Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
2994fe34
Commit
2994fe34
authored
Sep 11, 2016
by
Nicolas Joyard
Browse files
Add missing pip info in updated doc
parent
55f610da
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/deploy-custom.rst
View file @
2994fe34
...
...
@@ -7,6 +7,7 @@ Prerequisites
You will need the following:
* A clone of the git repository at ``https://github.com/political-memory/political_memory.git``
* A dedicated python virtualenv
* a PostgreSQL>=9.2 database (not necessarily on the same machine)
* a WSGI-capable web server
...
...
@@ -34,6 +35,10 @@ allowed hosts. Setup your WSGI server to serve:
Initial memopol setup
=====================
From the repository root, install python dependencies::
$ pip install -Ue .
Install client libraries::
$ bin/install_client_deps.sh
...
...
@@ -54,6 +59,7 @@ Updating
To update simply pull the repository and run setup commands again::
$ git pull
$ pip install -Ue .
$ bin/install_client_deps.sh
$ ./manage.py migrate --noinput
$ ./manage.py collectstatic --noinput
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment