How to install trac service on Ubuntu for multiple projects using Mod_Python.

Trac LogoPreviously I have installed a DNS service on my Ubuntu server. Today I would like to install a Trac service which supports for multiple projects using Mod_Python on Apache.


Condition :

  1. I would like to use sub-domain for trac service that is trac.aoddy.com
  2. Trac service can support multiple projects such as trac.aoddy.com/Project1, trac.aoddy.com/Project2
  3. Trac service supports SVN service too.

Continue reading

How to install PHP5,Apach2.2,MySQL5 by manual compile.

ได้รับมอบหมายให้ Install OS พร้อม Software จำพวก Apache, PHP5 แล้วก็ MySQL5 เริ่มแรกเราก็ไปหา source file มาก่อน เตรียมๆ เอาไว้ ดังนี้

  1. Apache 2.2
  2. MySQL 5.0.37
  3. PHP 5.2.1

ลำดับการติดตั้ง ก็ตามนี้ครับ

  1. การติดตั้ง Apache 2.2
  2. การติดตั้ง MySQL 5.0.37 : http://laffers.net/howtos/howto-install-mysql
  3. การติดตั้ง PHP 5.2.1

Continue reading