Browse Source

Clarify the install/run doc

Jocelyn Delande 9 years ago
parent
commit
bf13ebe60a
1 changed files with 5 additions and 9 deletions
  1. 5 9
      README.md

+ 5 - 9
README.md

@@ -5,10 +5,8 @@ It's still alpha-pre-ugly-looking and some strings are mentioning
 [FAImaison](https://faimaison.net), more usable version
 [FAImaison](https://faimaison.net), more usable version
 may be integrated to [coin](https://code.ffdn.org/ffdn/coin).
 may be integrated to [coin](https://code.ffdn.org/ffdn/coin).
 
 
-Run it
-------
-
-### First time
+Install it
+----------
 
 
     sudo apt-get install python virtualenvwrapper
     sudo apt-get install python virtualenvwrapper
     mkvirtualenv transparency
     mkvirtualenv transparency
@@ -26,16 +24,14 @@ Create database:
 
 
     ./manage migrate
     ./manage migrate
 
 
-Run dev server
-
-    ./manage.py runserver
+Run it
+------
 
 
-### Later
+Run development server
 
 
     workon transparency
     workon transparency
     ./manage.py runserver
     ./manage.py runserver
 
 
-
 Use it
 Use it
 ------
 ------