kapsi

Setup own Trac on Kapsi server

Short note how to setup your own Trac (0.11) on kapsi.fi (where I run my services):
- cd ~
- mkdir trac
- trac-admin trac initenv
-- Fill in name
-- SQLite probably is enough
-- No VCS
-- No repo
- trac-admin trac deploy sites/mysite.example.com/www/trac
- cd sites/mysite.example.com/www/trac/cgi-bin
- rm trac.cgi trac.wsgi
- chmod 755 trac.fcgi
- Browse to http://mysite.example.com/trac/cgi-bin/trac.fcgi/

Clean up URL
- cd sites/mysite.example.com/www/trac
- vim .htaccess
- Put this in the file:

RewriteEngine On

Syndicate content