Changeset 6176 for README


Ignore:
Timestamp:
Aug 12, 2008, 3:50:16 PM (16 years ago)
Author:
RIck van der Zwet
Message:

Restructured directory layout to match more logical structure as discribed in
README, note untested commit as code is not yet reproduceable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6175 r6176  
    1 See LICENSE for the license details; The whole of Exodus falls under this license.
     1See LICENSE for the license details; The whole of Exodus falls under this
     2license. 
     3Roland van Laar email: roland@wirelessleiden.nl
    24
    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
     5= Directory/File layout =
     6django        = general django layout
     7django/exodus = django/exodus
     8media         = static media files
     9templates     = template files
    1210
    1311
     12= Hacking =
     13Install django 0.96 Follow the website, via macports
     14`sudo port install py25-django-devel`
     15Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
     16it as SVNROOT
     17
     18In $SVNROOT/django/settings.py
     19change MEDIA_ROOT to $SVNROOT/media
     20Let template dirs point to: $SVNROOT/templates
     21
    1422To run the developmentserver do
    15 $ cd django_exodus
    16 $ ./manage.py runserver 8000
    17 
    18 The portnumber is optional
     23$ cd $SVNROOT/django
     24$ ./manage.py runserver <8000>
    1925
    2026
Note: See TracChangeset for help on using the changeset viewer.