close
Warning:
Error with navigation contributor "LoginModule"
- Timestamp:
-
Aug 19, 2011, 7:55:29 PM (14 years ago)
- Author:
-
slav0nic
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 13 | 13 | wget https://bitbucket.org/slav0nic/djangobb/get/tip.tar.gz |
| 14 | 14 | tar zxvf tip.tar.gz |
| | 15 | virtualenv .env |
| 15 | 16 | cd <place_for_virutalenv_dir> |
| 16 | 17 | source .env/bin/activate |
| 17 | 18 | # setup.py from djangobb app |
| 18 | 19 | ./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 |
| 20 | 21 | |
| 21 | 22 | }}} |
| … |
… |
|
| 27 | 28 | tar zxvf tip.tar.gz |
| 28 | 29 | cd slav0nic-djangobb_project-tip/ |
| 29 | | pip install requirements.txt |
| | 30 | pip install -r requirements.txt |
| 30 | 31 | cd basic_project/ |
| 31 | 32 | touch local_settings.py |
| 32 | 33 | # set DATABASE |
| 33 | | pip install ../requirements.txt |
| 34 | 34 | ./manage.py syncdb --all |
| 35 | 35 | ./manage.py runserver |