Switch to unified view

a/RUNNING b/RUNNING
1
Now documented in pyforge/docs.
1
Now documented in allura/docs.
2
2
3
If you're just getting started, open pyforge/docs/install.rst (plus 
3
If you're just getting started, open allura/docs/install.rst (plus 
4
pyforge/docs/mac_install.rst if you use a Mac) in your text editor to 
4
allura/docs/mac_install.rst if you use a Mac) in your text editor to 
5
learn how to setup the python virtual environment.
5
learn how to setup the python virtual environment.
6
6
7
If you have a virtual environment setup, activate the virtual 
7
If you have a virtual environment setup, activate the virtual 
8
environment and do:
8
environment and do:
9
        easy_install sphinx
9
        easy_install sphinx
10
        cd forge/pyforge/docs
10
        cd forge/allura/docs
11
        make html
11
        make html
12
12
13
now you can view the docs in your browser; install instructions 
13
now you can view the docs in your browser; install instructions 
14
at forge/pyforge/docs/_build/html/install.html
14
at forge/allura/docs/_build/html/install.html