Skip to content

Deployment to test and production server

Oriol Romaní edited this page Feb 21, 2017 · 2 revisions

To deploy, at first you need to have a local version of the [asplab-configuration] (https://github.com/MTG/asplab-configuration). Then move to 'similarity-annotator' folder. For deploying to test server execute:

fab -R test deploy:name_of_the_branch

For deploying to production execute:

fab -R production deploy:master
Clone this wiki locally