Changeset 6282


Ignore:
Timestamp:
Sep 15, 2008, 7:50:54 PM (16 years ago)
Author:
roland
Message:

updated the docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6256 r6282  
    1919$ python setup.py install
    2020
    21 $svn co -r 8354 http://code.djangoproject.com/svn/django/trunk/ $DJANGOROOT
     21$svn co http://code.djangoproject.com/svn/django/tags/releases/1.0/
    2222$ cd $DJANGOROOT
    2323$ ./sudo python setup.py install
     
    2525To create the database:
    2626$ cd $SVNROOT
    27 $ ./sampleserver/manage.py syncdb --pythonpath=`pwd
     27$ make init
    2828
    2929To run the developmentserver do
    3030$ cd $SVNROOT
    31 $ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd`
     31$ make debug
    3232
    3333
Note: See TracChangeset for help on using the changeset viewer.