Changeset 6178 for README


Ignore:
Timestamp:
Aug 12, 2008, 4:05:47 PM (16 years ago)
Author:
roland
Message:

changed readme and added settings.tmpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6176 r6178  
    1313Install django 0.96 Follow the website, via macports
    1414`sudo port install py25-django-devel`
    15 Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
     15Do a svn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
    1616it as SVNROOT
    1717
    18 In $SVNROOT/django/settings.py
     18$ mv $SVNROOT/django/settings.py.tmpl $SVNROOT/django/settings.py
     19Point the DATABASE_NAME to a empty filename of choice.
    1920change MEDIA_ROOT to $SVNROOT/media
    2021Let template dirs point to: $SVNROOT/templates
     22
     23To create the database:
     24$ cd $SVNROOT/django
     25$ ./manage.py syncdb
    2126
    2227To run the developmentserver do
Note: See TracChangeset for help on using the changeset viewer.