Browse Source

Changed directory python2.6 to python2.7

bmallred 13 years ago
parent
commit
5ccec70907
2 changed files with 8 additions and 6 deletions
  1. 5 3
      README.txt
  2. 3 3
      install.sh

+ 5 - 3
README.txt

3
These HTML files are meant to accompany a virtual machine
3
These HTML files are meant to accompany a virtual machine
4
setup specific to ProjPad. Basic idea of this project is
4
setup specific to ProjPad. Basic idea of this project is
5
to provide a generic installation and tools for software
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
Server information:
8
Server information:
9
 * Ubuntu
9
 * Ubuntu
10
 * Apache 2
10
 * Apache 2
11
 * Source control supporting Git or Mercurial
11
 * Source control supporting Git or Mercurial
12
 * Trac
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
38
39
# Configure Agile-Trac
39
# Configure Agile-Trac
40
sudo easy_install http://svn.agile-trac.org/BRANCH/AGILE-TRAC/SOURCE/0.11/REL/
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
# Configure sites available
44
# Configure sites available
45
sudo rm /etc/apache2/sites-enabled/* 
45
sudo rm /etc/apache2/sites-enabled/* 
63
echo Please execute the final command listed below to assign an
63
echo Please execute the final command listed below to assign an
64
echo administrative password.
64
echo administrative password.
65
echo
65
echo
66
echo sudo htpasswd c /var/lib/trac/.htpasswd admin
66
echo sudo htpasswd -c /var/lib/trac/.htpasswd admin