Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
4cb84d8b
Commit
4cb84d8b
authored
Nov 22, 2014
by
Mindiell
Browse files
README.md markdown corrections
parent
614ee23c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4cb84d8b
...
...
@@ -4,15 +4,14 @@ Campaign Manager for PiPhone project
Installation
------------
Create a python virtual environment and activate it
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
###
Create a python virtual environment and activate it
virtualenv .env
source .env/bin/activate
Install package
~~~~~~~~~~~~~~~
### Install package
python setup.py install
...
...
@@ -29,8 +28,7 @@ Create **settings.py** from **settings.py.sample** inside the **picampaign** mod
*
in production environment, set
**TEMPLATE_DEBUG**
value to
**False**
Synchronize database
~~~~~~~~~~~~~~~~~~~~
### Synchronize database
./manage.py syncdb
...
...
@@ -43,8 +41,7 @@ If syncdb ran previously, commands are:
./manage.py syncdb
Run website
~~~~~~~~~~~
### Run website
./manage.py runserver
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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