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
La Quadrature du Net
piphone
campaign
Commits
64cf9b13
Commit
64cf9b13
authored
Nov 22, 2014
by
Mindiell
Browse files
Readme restructuration into Markdown and some typos
parent
38467ccc
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
deleted
100644 → 0
View file @
38467ccc
Campaign Manager for PiPhone project
# Installation
## Create a python virtual environment en activate it
virtualenv .env
source .env/bin/activate
## Install package
python setup.py install
# Configuration
Edit settings.py according to what type of database you want to use
and others settings related to your environment.
## Synchronize database
./manage.py syncdb
it will ask for creation of a superuser
If syncdb ran previously, commands are:
./manage.py makemigrations
./manage.py syncdb
## Test
./manage.py runserver
Then open your browser to http://127.0.0.1/admin
\ No newline at end of file
README.md
0 → 100644
View file @
64cf9b13
Campaign Manager for PiPhone project
====================================
Installation
------------
Create a python virtual environment and activate it
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
virtualenv .env
source .env/bin/activate
Install package
~~~~~~~~~~~~~~~
python setup.py install
Configuration
-------------
Edit **settings.py** according to what type of database you want to use
and others settings related to your environment.
Synchronize database
~~~~~~~~~~~~~~~~~~~~
./manage.py syncdb
It will ask for creation of a superuser.
If syncdb ran previously, commands are:
./manage.py makemigrations
./manage.py syncdb
Run website
~~~~~~~~~~~
./manage.py runserver
Then open your browser to http://127.0.0.1/admin
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