##// END OF EJS Templates
Merged with BB
neko259 -
r1161:7469cb64 merge default
parent child Browse files
Show More
@@ -11,8 +11,8 b' Site: http://neboard.me/'
11
11
12 1. Install all dependencies over pip or system-wide
12 1. Install all dependencies over pip or system-wide
13 2. Setup a database in `neboard/settings.py`
13 2. Setup a database in `neboard/settings.py`
14 3. Run `./manage.py syncdb` and ensure the database was created
14 3. Run `./manage.py migrate` to apply all south migrations
15 4. Run `./manage.py migrate boards` to apply all south migrations
15 4. Apply config changes to `boards/settings/config.ini`. You can see the default settings in `boards/settings/default_config.ini`
16
16
17 # RUNNING #
17 # RUNNING #
18
18
@@ -27,12 +27,11 b' Also consider using wsgi or fcgi interfa'
27 # UPGRADE #
27 # UPGRADE #
28
28
29 1. Backup your project data.
29 1. Backup your project data.
30 2. Save the settings in `neboard/settings.py` and `boards/settings.py`
30 2. Copy the project contents over the old project directory
31 3. Copy the project contents over the old project directory
31 3. Run migrations by `./manage.py migrate`
32 4. Run migrations by `./manage.py migrate boards`
33
32
34 You can also just clone the mercurial project and pull it to update
33 You can also just clone the mercurial project and pull it to update
35
34
36 # CONCLUSION #
35 # CONCLUSION #
37
36
38 Enjoy our software and thank you!
37 Enjoy our software and thank you! No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now