diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-01-20 11:06:19 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-01-20 11:06:19 +0200 |
| commit | f6b389233e2d8ac3b4d29322d86fceb2e2de7a37 (patch) | |
| tree | 2228ea145cad6b89e6ce188694637633dbcf04db /notes.txt | |
initial commit
Diffstat (limited to 'notes.txt')
| -rw-r--r-- | notes.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..d90f5b3 --- /dev/null +++ b/notes.txt @@ -0,0 +1,11 @@ +Prerequisites for setting up a generic project: +----------------------------------------------- + +1. easy_install pip +2. pip install virtualenv +3. pip install virtualenvwrapper +4. source /usr/local/bin/virtualenvwrapper.sh (possibly add to .bash_profile) +5. mkvirtualenv --distribute proj_name +6. ./bootstrap.py +7. ./manage.py syncdb +8. ./manage.py runserver |
