|
Last change
on this file since 6175 was 6175, checked in by roland, 18 years ago |
|
added readme information for django
|
|
File size:
462 bytes
|
| Line | |
|---|
| 1 | See LICENSE for the license details; The whole of Exodus falls under this license.
|
|---|
| 2 |
|
|---|
| 3 | Roland van Laar
|
|---|
| 4 | email: roland@wirelessleiden.nl
|
|---|
| 5 |
|
|---|
| 6 | Install django 0.96 Follow the website
|
|---|
| 7 | Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus
|
|---|
| 8 |
|
|---|
| 9 | In django_exodus/settings.py
|
|---|
| 10 | change MEDIA_ROOT to PATH/django_media
|
|---|
| 11 | Let template dirs point to: $PATH/django_templates
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | To run the developmentserver do
|
|---|
| 15 | $ cd django_exodus
|
|---|
| 16 | $ ./manage.py runserver 8000
|
|---|
| 17 |
|
|---|
| 18 | The portnumber is optional
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.