close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 13, 2009, 2:53:51 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v15
|
v16
|
|
80 | 80 | {{{ |
81 | 81 | > sudo apt-get install mercurial |
82 | | |
83 | 82 | }}} |
84 | 83 | |
… |
… |
|
95 | 94 | > sudo apt-get install apache2 libapache2-mod-python |
96 | 95 | > sudo ln -s /usr/sbin/apache2ctl apachectl (old habits die hard) |
| 96 | }}} |
| 97 | |
| 98 | === Install MySQL === |
| 99 | Install MySQL with python db support mysqldb. |
| 100 | |
| 101 | {{{ |
| 102 | sudo apt-get install mysql-server mysqldb |
97 | 103 | }}} |
98 | 104 | |