Last change
on this file since 6176 was 6176, checked in by RIck van der Zwet, 16 years ago |
Restructured directory layout to match more logical structure as discribed in
README, note untested commit as code is not yet reproduceable
|
File size:
695 bytes
|
Line | |
---|
1 | See LICENSE for the license details; The whole of Exodus falls under this
|
---|
2 | license.
|
---|
3 | Roland van Laar email: roland@wirelessleiden.nl
|
---|
4 |
|
---|
5 | = Directory/File layout =
|
---|
6 | django = general django layout
|
---|
7 | django/exodus = django/exodus
|
---|
8 | media = static media files
|
---|
9 | templates = template files
|
---|
10 |
|
---|
11 |
|
---|
12 | = Hacking =
|
---|
13 | Install django 0.96 Follow the website, via macports
|
---|
14 | `sudo port install py25-django-devel`
|
---|
15 | Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
|
---|
16 | it as SVNROOT
|
---|
17 |
|
---|
18 | In $SVNROOT/django/settings.py
|
---|
19 | change MEDIA_ROOT to $SVNROOT/media
|
---|
20 | Let template dirs point to: $SVNROOT/templates
|
---|
21 |
|
---|
22 | To run the developmentserver do
|
---|
23 | $ cd $SVNROOT/django
|
---|
24 | $ ./manage.py runserver <8000>
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.