Show More
@@ -28,16 +28,8 b' Site: http://neboard.me/' | |||
|
28 | 28 | |
|
29 | 29 | 1. Install all dependencies over pip or system-wide |
|
30 | 30 | 2. Setup a database in neboard/settings.py |
|
31 | 3. Run | |
|
32 | ||
|
33 | ./manage.py syncdb | |
|
34 | ||
|
35 | and ensure the database was created | |
|
36 | 4. Run | |
|
37 | ||
|
38 | ./manage.py migrate boards | |
|
39 | ||
|
40 | to apply all south migrations | |
|
31 | 3. Run `./manage.py syncdb` and ensure the database was created | |
|
32 | 4. Run `./manage.py migrate boards` to apply all south migrations | |
|
41 | 33 | |
|
42 | 34 | # RUNNING # |
|
43 | 35 |
General Comments 0
You need to be logged in to leave comments.
Login now