Changeset 6217 for README


Ignore:
Timestamp:
Aug 19, 2008, 5:57:00 PM (17 years ago)
Author:
roland
Message:

wrong ci directory last-commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6196 r6217  
    1111
    1212= Hacking =
    13 Install django 0.96 Follow the website, via macports
    14 `sudo port install py25-django-devel`
    15 Do a svn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
    16 it as SVNROOT
     13Install Django trunk revision 8354 to $DJANGOROOT
    1714
    18 $ mv $SVNROOT/sampleserver/settings.py.tmpl $SVNROOT/sampleserver/settings.py
    19 $ Alter DJANGOROOT to match $SVNROOT
     15$svn co -r 8354 http://code.djangoproject.com/svn/django/trunk/ $DJANGOROOT
     16$ cd $DJANGOROOT
     17$ ./sudo python setup.py install
    2018
    2119To create the database:
Note: See TracChangeset for help on using the changeset viewer.