close Warning: Error with navigation contributor "LoginModule"

Changes between Version 2 and Version 3 of QuickInstall


Ignore:
Timestamp:
Aug 19, 2011, 7:55:29 PM (13 years ago)
Author:
slav0nic
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickInstall

    v2 v3  
    1313 wget https://bitbucket.org/slav0nic/djangobb/get/tip.tar.gz 
    1414 tar zxvf tip.tar.gz 
     15 virtualenv .env 
    1516 cd <place_for_virutalenv_dir> 
    1617 source .env/bin/activate 
    1718 # setup.py from djangobb app 
    1819 ./setup.py install 
    19  # ./setup.py develop will be ok too if your planing upgrade dajngobb from hg 
     20 # ./setup.py develop will be ok too if you are planning to upgrade djangobb from hg 
    2021 
    2122}}} 
     
    2728 tar zxvf tip.tar.gz 
    2829 cd slav0nic-djangobb_project-tip/ 
    29  pip install requirements.txt 
     30 pip install -r requirements.txt 
    3031 cd basic_project/ 
    3132 touch local_settings.py 
    3233 # set DATABASE 
    33  pip install ../requirements.txt 
    3434 ./manage.py syncdb --all 
    3535 ./manage.py runserver