##// END OF EJS Templates
Updated readm filee
neko259 -
r431:d6625bca default
parent child Browse files
Show More
@@ -1,1 +1,24 b''
1 This project aims to create centralized forum-like discussion platform with anonymity in mind.
1 This project aims to create centralized forum-like discussion platform with
2 anonymity in mind.
3
4 Main repository: https://bitbucket.org/neko259/neboard/
5 Site: http://neboard.me/
6
7 = INSTALLATION =
8 1. Read dependency_list.txt and install all dependencies over pip or system-wide
9 2. Setup a database in neboard/settings.py
10 3. Run
11 ./manage.py syncdb
12 and ensure the database was created
13 4. Run
14 ./manage.py migrate boards
15 to apply all south migrations
16
17 = RUNNING =
18 You can run the server using django default embedded webserver by running
19 ./manage.py runserver <address>:<port>
20 See django-admin command help for details
21 Also consider using wsgi or fcgi interfaces on production servers.
22
23 = CONCLUSION =
24 Enjoy our software and thank you!
General Comments 0
You need to be logged in to leave comments. Login now