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
75554f2e
Commit
75554f2e
authored
Oct 30, 2015
by
Jamesie Pic
Browse files
Readme update: get runserver to work again !
parent
4ec85cca
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
75554f2e
...
...
@@ -4,9 +4,25 @@
cp memopol/config.json.sample memopol/config.json
# Create a throwable virtualenv
virtualenv ve
source ve/bin/activate
# Install python requirements
pip install -r requirements.txt
# Create the local db
python manage.py migrate
# Some static files
bower install
# Install node modules
npm install
# Build static files, this will watch for
# updates and update static files
node_modules/gulp/bin/gulp.js
# In another terminal (don't forget to activate the venv)
./manage.py runserver
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