13. Hosting GraphSpace

13.1. Steps to deploy GraphSpace on a server

We recommended downloading the latest release. Alternatively, you can download the latest code directly from the master branch. Then follow the steps to run GraphSpace on Apache. These include steps to install the correct version of python, setup postgreSQL, virtualenv, bower, ElasticSearch, etc.

Note: If you have an existing deployment of GraphSpace, be careful when running alembic migration scripts. Understand how to use alembic and alembic commands. Migrations are not needed if you are deploying GraphSpace for the first time. alembic upgrade head will run migrations if the current head is the downgrade version of the latest migration script.

Useful Links