Show More
@@ -4,6 +4,7 b' This project aims to create centralized ' | |||
|
4 | 4 | anonymity in mind. |
|
5 | 5 | |
|
6 | 6 | Main repository: https://bitbucket.org/neko259/neboard/ |
|
7 | ||
|
7 | 8 | Site: http://neboard.me/ |
|
8 | 9 | |
|
9 | 10 | # DEPENDENCIES # |
@@ -28,17 +29,24 b' Site: http://neboard.me/' | |||
|
28 | 29 | 1. Install all dependencies over pip or system-wide |
|
29 | 30 | 2. Setup a database in neboard/settings.py |
|
30 | 31 | 3. Run |
|
32 | ||
|
31 | 33 | ./manage.py syncdb |
|
34 | ||
|
32 | 35 | and ensure the database was created |
|
33 | 36 | 4. Run |
|
37 | ||
|
34 | 38 | ./manage.py migrate boards |
|
39 | ||
|
35 | 40 | to apply all south migrations |
|
36 | 41 | |
|
37 | 42 | # RUNNING # |
|
38 | 43 | |
|
39 | 44 | You can run the server using django default embedded webserver by running |
|
45 | ||
|
40 | 46 | ./manage.py runserver <address>:<port> |
|
47 | ||
|
41 | 48 | See django-admin command help for details |
|
49 | ||
|
42 | 50 | Also consider using wsgi or fcgi interfaces on production servers. |
|
43 | 51 | |
|
44 | 52 | # CONCLUSION # |
General Comments 0
You need to be logged in to leave comments.
Login now