Changes between Version 21 and Version 22 of SandBoxPac
- Timestamp:
- 12/25/08 19:03:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBoxPac
v21 v22 3 3 Go ahead, edit it freely. 4 4 5 = How to set up Trac = 6 7 == Installation == 8 Currently we are using Trac 11.1 installed on a Debian OS. 9 First you need to install [http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c9-py2.5.egg#md5=fe67c3e5a17b12c0e7c541b7ea43a8e6 setuptools]. After you download the .egg install it with: 5 10 {{{ 6 #!html 7 <a href="http://www.youtube.com/watch?v=dWdA10FmqiA" title="BigiPhone">BigiPhone</a> 8 9 <a href="http://sophie2.org/trac/chrome/site/download/sophie2-pre-alpha-2.zip" onClick="javascript: pageTracker._trackPageview('/downloads/map'); "> Download </a> 10 11 sudo sh setuptools-0.6c9-py2.5.egg 12 }}} 13 Then you can install Trac executing: 14 {{{ 15 sudo easy_install Trac 11 16 }}} 12 17 18 * Usefull links 13 19 14 == Recent news == 15 [[-BlogList(recent=10, max_size=3000, format=inline)-]] 20 http://pypi.python.org/pypi/setuptools#installation-instructions [[BR]] 21 http://trac.edgewall.org/wiki/TracInstall [[BR]] 22 http://trac.edgewall.org/wiki/TracOnDebian [[BR]] 16 23 17 [[-TitleIndex(ITERATION_03)-]] 18 19 20 [[ -MacroList- ]] 21 22 [http://sophie2.org/trac/chrome/site/download/sophie2-pre-alpha-2.zip test] 24 == Setting up Postgresql ==