VIDA-NYU / reprozip-examples

Examples and demos for ReproZip
https://examples.reprozip.org/
16 stars 6 forks source link

Add ReproMatch #5

Closed remram44 closed 6 years ago

remram44 commented 8 years ago

ReproMatch is currently on our internal Gitolite server. Having the source is not enough anyway, since you also have to setup Solr the right way, and get the database content.

But this ReproZip package works (and there is also a Docker image vidanyu/repromatch).

fchirigati commented 8 years ago

I would say that the main goal of these examples is to show people how ReproZip can pack different applications. Given the "complexity" of the system (Django + Solr), I think it would be nice to explain how this was packed (including the exact commands), even if the source code is not shared. Would it be possible to add the source code, data, and instructions to set it up, similar to Stacked Up? Maybe we can ask @rexissimus to help us? I think this would be really nice, since people could try both packing and unpacking (a full demo).

remram44 commented 8 years ago

The source is on our Gitolite, but there's no reason not to put it on ViDA-NYU GitHub. However the setup description is not enough to run it as of now (I had to just copy files off our production server).

I don't know if this needs to be an example. It made sense to try and pack it, we don't have to advertise it I guess.

fchirigati commented 8 years ago

I think it makes sense to turn this into a full example, since it is not too straightforward to pack this type of application. Of course, this depends on the amount of effort to bring code, data, and scripts (to load data, for instance) to this repo. But at least a few words on how this was packed would be nice.

remram44 commented 8 years ago

Put it on GitHub here: https://github.com/ViDA-NYU/repromatch

fchirigati commented 6 years ago

I guess we need to update the main website in the master branch? This branch does not have the index.html file.

remram44 commented 6 years ago

I added it, please check

fchirigati commented 6 years ago

The cards at the bottom row have a different width if compared to the other rows, and different heights between them. Not sure if this can be easily corrected now? Perhaps this can be fixed by #26 ?

remram44 commented 6 years ago

Yeah this is #26. Feel free to tackle it, I didn't find a better way.