Trac VS CodingTeam

Lequel avez-vous choisi pour héberger vos projets Open Source ?

App

How to – Installer Trac

Télécharger les sources

http://trac.edgewall.org/wiki/TracInstall

Installer Trac

apt-get install trac
mkdir -p /trac/datamatrixed
trac-admin /trac/datamatrixed/ initenv

Creating a new Trac environment at /trac/datamatrixed

Trac will first ask a few questions about your environment
in order to initialize and prepare the project database.

Please enter the name of your project.
This name will be used in page titles and descriptions.

Project Name [My Project]> DataMatrixed

Please specify the connection string for the database to use.
By default, a local SQLite database is created in the environment
directory. It is also possible to use an already existing
PostgreSQL database (check the Trac documentation for the exact
connection string syntax).

Database connection string [sqlite:db/trac.db]>

Please specify the type of version control system,
By default, it will be svn.

If you don’t want to use Trac with version control integration,
choose the default here and don’t specify a repository directory.
in the next question.

Repository type [svn]>

Please specify the absolute path to the version control
repository, or leave it blank to use Trac without a repository.
You can also set the repository location later.

Path to repository [/path/to/repos]> /usr/local/share/svn/datamatrixed/

Project environment for ‘DataMatrixed’ created.

You may now configure the environment by editing the file:

/trac/datamatrixed/conf/trac.ini

If you’d like to take this new project environment for a test drive,
try running the Trac standalone web server `tracd`:

tracd --port 8000 /trac/datamatrixed

Then point your browser to http://localhost:8000/datamatrixed.
There you can also browse the documentation for your installed
version of Trac, including information on further setup (such as
deploying Trac to a real web server).

The latest documentation can also always be found on the project
website:

http://trac.edgewall.org/

Congratulations!

App

Recent Tweets

Catégories