Skip to content

Commit

Permalink
Update Hosting_Graphspace.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jddanna committed Apr 15, 2021
1 parent 1abf1ff commit 91de627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Hosting_Graphspace.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Hosting GraphSpace

## How to deploy the latest Github code changes on GraphSpace server? ##
## Steps to deploy GraphSpace on a server ##

Here are the steps for deploying GraphSpace. It is recommended to download the [latest release](https://github.com/Murali-group/GraphSpace/releases/latest). Otherwise you can download the latest code directly from the [master branch](https://github.com/Murali-group/GraphSpace).
Here are the steps for deploying GraphSpace on a server. We recommended to download the [latest release](https://github.com/Murali-group/GraphSpace/releases/latest). Alternatively, you can download the latest code directly from the [master branch](https://github.com/Murali-group/GraphSpace).
Then follow the steps to [run GraphSpace on Apache](https://github.com/Murali-group/GraphSpace#running-graphspace-on-apache). These include steps to install the correct version of python, setup postgreSQL, virtualenv, bower, ElasticSearch, etc.

>**Note**:
>Be careful when running alembic migration scripts if you plan to continually update a deployment of GraphSpace. Understand how to use [alembic](https://alembic.sqlalchemy.org/en/latest/tutorial.html#) and alembic commands. Migrations are not needed if you are creating the database for the first time.
>Be careful when running alembic migration scripts if you plan to continually update a deployment of GraphSpace. Understand how to use [alembic](https://alembic.sqlalchemy.org/en/latest/tutorial.html#) and alembic commands. Migrations are not needed if you are deploying GraphSpace for the first time.
***Useful Links***
- [How to configure Apache to run Django website](https://docs.djangoproject.com/en/3.1/howto/deployment/wsgi/modwsgi/#basic-configuration)
Expand Down

0 comments on commit 91de627

Please sign in to comment.