瀏覽代碼

Changed directory python2.6 to python2.7

bmallred 13 年之前
父節點
當前提交
5ccec70907
共有 2 個文件被更改,包括 8 次插入6 次删除
  1. 5 3
      README.txt
  2. 3 3
      install.sh

+ 5 - 3
README.txt

@ -3,12 +3,14 @@ ProjPad
3 3
These HTML files are meant to accompany a virtual machine
4 4
setup specific to ProjPad. Basic idea of this project is
5 5
to provide a generic installation and tools for software
6
development projects based on free and opensource software.
6
development projects based on free and open source software.
7 7
8 8
Server information:
9 9
 * Ubuntu
10 10
 * Apache 2
11 11
 * Source control supporting Git or Mercurial
12 12
 * Trac
13
 * Agilo (Trac module for Scrum and Agile practices)
14
 * Cloud9IDE (in development)
13
14
Changes:
15
 * Agile-Trac replaced Agilo
16
 * Online source code editor on hold

+ 3 - 3
install.sh

@ -38,8 +38,8 @@ sudo cp ./util/* /usr/bin/
38 38
39 39
# Configure Agile-Trac
40 40
sudo easy_install http://svn.agile-trac.org/BRANCH/AGILE-TRAC/SOURCE/0.11/REL/
41
sudo mv /usr/lib/python2.6/dist-packages/trac /usr/lib/python2.6/dist-packages/trac-orig
42
sudo svn co http://svn.agile-trac.org/BRANCH/AGILE-TRAC/SOURCE/0.11/REL/patch/trac/ /usr/lib/python2.6/dist-packages/trac
41
sudo mv /usr/lib/python2.7/dist-packages/trac /usr/lib/python2.7/dist-packages/trac-orig
42
sudo svn co http://svn.agile-trac.org/BRANCH/AGILE-TRAC/SOURCE/0.11/REL/patch/trac/ /usr/lib/python2.7/dist-packages/trac
43 43
44 44
# Configure sites available
45 45
sudo rm /etc/apache2/sites-enabled/* 
@ -63,4 +63,4 @@ echo ATTENTION
63 63
echo Please execute the final command listed below to assign an
64 64
echo administrative password.
65 65
echo
66
echo sudo htpasswd c /var/lib/trac/.htpasswd admin
66
echo sudo htpasswd -c /var/lib/trac/.htpasswd admin