Skip to content
Snippets Groups Projects
Commit d9f39f2d authored by Michael Loukeris's avatar Michael Loukeris Committed by Ben Adida
Browse files

Update install instructions

parent b54ffd0f
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,12 @@ http://www.virtualenv.org/en/latest/ ...@@ -7,10 +7,12 @@ http://www.virtualenv.org/en/latest/
* cd into the helios-server directory * cd into the helios-server directory
* create a virtualenv: * create a virtualenv
* make sure you use Python2.7 and **not** Python3+
* The above can be done by typing something similar to
``` ```
virtualenv venv virtualenv --python=/usr/bin/python2.7 $(pwd)/venv
``` ```
* activate virtual environment * activate virtual environment
...@@ -45,6 +47,6 @@ python manage.py runserver ...@@ -45,6 +47,6 @@ python manage.py runserver
** set up oauth2 credentials as a web application, with your origin, e.g. https://myhelios.example.com, and your auth callback, which, based on our example, is https://myhelios.example.com/auth/after/ ** set up oauth2 credentials as a web application, with your origin, e.g. https://myhelios.example.com, and your auth callback, which, based on our example, is https://myhelios.example.com/auth/after/
** still in the developer console, enable the Google+ API. ** still in the developer console, enable the Google+ API and Google People API.
** set the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET configuration variables accordingly. ** set the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET configuration variables accordingly.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment