Projekt trac@job2: Difference between revisions

From JoBaPedia
Jump to navigation Jump to search
(New page: == Install and Setup Trac Test Installation on my Notebook == - prerequisites: apache2 and python (add module python in /etc/sysconfig/apache2 if not yet enabled) - add trac buildservic...)
 
No edit summary
Line 1: Line 1:
== Install and Setup Trac Test Installation on my Notebook ==
== Install and Setup Trac Test Installation on my Notebook ==




- prerequisites: apache2 and python (add module python in /etc/sysconfig/apache2 if not yet enabled)
* prerequisites: apache2 and python (add module python in /etc/sysconfig/apache2 if not yet enabled)
- add trac buildservice repo to yast: [http://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_11.4/]
* add [http://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_11.4/ trac buildservice repo] to yast
- install trac (and python-setuptools if not dependency selected). I also installed trac-mercurial-plugin and trac-plugin-tocmacro
* install trac (and python-setuptools if not dependency selected). I also installed trac-mercurial-plugin and trac-plugin-tocmacro
- add "SVN_TRAC TRAC_MODPYTHON" to /etc/sysconfig/apache2 APACHE_SERVER_FLAGS
* add "SVN_TRAC TRAC_MODPYTHON" to /etc/sysconfig/apache2 APACHE_SERVER_FLAGS
- restart apache2, check [http://localhost/trac]. Should display "Available Projects"
* restart apache2, check [http://localhost/trac ]. Should display "Available Projects"

Revision as of 14:55, 14 September 2011

Install and Setup Trac Test Installation on my Notebook

  • prerequisites: apache2 and python (add module python in /etc/sysconfig/apache2 if not yet enabled)
  • add trac buildservice repo to yast
  • install trac (and python-setuptools if not dependency selected). I also installed trac-mercurial-plugin and trac-plugin-tocmacro
  • add "SVN_TRAC TRAC_MODPYTHON" to /etc/sysconfig/apache2 APACHE_SERVER_FLAGS
  • restart apache2, check [1]. Should display "Available Projects"