Install Python 2.5
This should install python2.5 and dev packages
sudo apt-get install python-dev
Becareful to use python-dev, not python-devel
Install the other required packages
sudo apt-get install libxslt1-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install python-subversion
sudo apt-get install gcc
sudo apt-get install build-essential m4
sudo apt-get install apache2
Start apache
sudo /etc/init.d/apache2 start
Install Cluemapper
(instructions ripped from cluemapper site).
I like to install in /opt
cd /opt/
Checkout buildout from svn (check out the buildout trunk for bleeding edge code), this installs the latest 0.8.x release.
sudo svn co http://www.cluemapper.org/svn/buildout/kgs/0.8 cm-buildout
Go into the checked out directory and run the bootstrap
cd cm-buildout
sudo python2.5 bootstrap.py
Next run the buildout itself
sudo ./bin/buildout
Start up cluemapper
sudo ./bin/clue-server
Setting up First Admin User
Run addmanager admin command:
cd cm-buildout
./bin/clue-admin addmanager
Username:
Password:
Confirm Password:
Problems
With this config there seems to be a problem with the SVN url access.
No related posts.





































