girder / covalic

Application for hosting challenges
http://challenge.kitware.com
8 stars 3 forks source link

Migrate to Girder 3 #249

Closed jbeezley closed 5 years ago

jbeezley commented 6 years ago

This could serve as an example for how to migrate a traditional "web_external" plugin to Girder 3. I haven't done much testing yet, but the build works and the page loads. The nice thing about this is that once everything is on pypi, getting covalic running from a fresh virtualenv will be as simple as

pip install covalic
girder build
girder serve
danlamanna commented 6 years ago

@jbeezley I pushed a commit to this branch.

brianhelba commented 5 years ago

I've fixed a bunch of additional issues here. At this point, it's probably best to merge, deploy, and test further through usage. If we catch any issues, we can fix them in subsequent PRs, but I don't want this branch to get any further out of date again.