Added a basic install doc.

rtd2
Eric Holscher 2010-08-15 15:51:37 -05:00
parent 7cfb3f38d8
commit d791e13034
1 changed files with 20 additions and 0 deletions

20
docs/install.rst Normal file
View File

@ -0,0 +1,20 @@
Installation
=============
Installing RTD is pretty simple. Here is a step by step plan on how to do it.
virtualenv rtd
cd rtd
. bin/activate
mkdir checkouts
cd checkouts
git clone http://github.com/beetletweezers/tweezers.git
cd tweezers
pip install -r pip_requirements.txt
#Have a beer
./manage.py syncdb
#Make sure you create a user here
./manage.py migrate
./manage.py update_repos
#Have another beer
./manage.py runserver