Skip to content

Commit

Permalink
Create deployment.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
saapooch committed Oct 19, 2018
1 parent 917a99c commit 1949383
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/deployment.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Installation
============
The following instructions describe how to deploy ``datanator`` to the heroku server

We are deploying the backend API server via a container using the karrlab/wc_env_dependencies:latest image.

The commands for deploying the container are the following::

heroku login
heroku container:login
heroku container:push web -a datanator
heroku container:release web -a datanator

In order to change the configuration of the container, look at the Dockerfile for datanator. The gunicorn production server can be
adjusted accordingly in order to accommodate the number of users.


Contact `Saahith <mailto:saahith116@gmail.com>`_ for any questions regarding deployment

0 comments on commit 1949383

Please sign in to comment.