Changes between Version 21 and Version 22 of SandBoxPac


Ignore:
Timestamp:
12/25/08 19:03:18 (16 years ago)
Author:
pacitu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBoxPac

    v21 v22  
    33Go ahead, edit it freely.  
    44 
     5= How to set up Trac = 
     6 
     7== Installation == 
     8Currently we are using Trac 11.1 installed on a Debian OS. 
     9First 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: 
    510{{{ 
    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  
     11sudo sh setuptools-0.6c9-py2.5.egg 
     12}}} 
     13Then you can install Trac executing: 
     14{{{ 
     15sudo easy_install Trac 
    1116}}} 
    1217 
     18 * Usefull links 
    1319 
    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]] 
    1623 
    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 ==