1- =====================================
2- Datatracker Installation Instructions
3- =====================================
1+ ==============================================================================
2+ IETF Datatracker
3+ ==============================================================================
4+
5+ ------------------------------------------------------------------------------
6+ Installation Instructions
7+ ------------------------------------------------------------------------------
8+
49
510
611General Instructions for Deployment of a New Release
712====================================================
813
9-
1014 1. In order to fetch a new release of the django datatracker code, simply
1115 check out the appropriate tag from svn::
1216
@@ -18,10 +22,12 @@ General Instructions for Deployment of a New Release
1822
1923 cp $oldreleasenumber/ietf/settings_local.py $releasenumber/ietf/
2024
21- 3. Change into the directory of the new release, and optionally set up a
22- Python virtual environment
25+ 3. Change into the directory of the new release::
2326
2427 cd $releasenumber
28+
29+ Optionally set up a Python virtual environment::
30+
2531 virtualenv . # optional
2632 source bin/activate # optional
2733
@@ -46,7 +52,8 @@ General Instructions for Deployment of a New Release
4652 8. Back out one directory level, then re-point the 'web' symlink::
4753
4854 cd ..
49- rm ./web; ln -s $releasenumber web
55+ rm ./web
56+ ln -s $releasenumber web
5057
5158 9. Restart apache::
5259
@@ -56,7 +63,7 @@ General Instructions for Deployment of a New Release
5663
5764 http://datatracker.ietf.org/
5865
59- to check that it's alive and kicking, and displaying the new release
66+ and then check that it's alive and kicking, and displaying the new release
6067 number at the bottom of the left-side menubar :-)
6168
6269 11. If things **aren't** cool, revert the symlink step, re-pointing the
0 commit comments