Home > Software Development, Ubuntu 8.10 > How To Install Cluemapper on Ubuntu Server 8.10

How To Install Cluemapper on Ubuntu Server 8.10

December 3rd, 2008 Leave a comment Go to comments

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. 
 
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • StumbleUpon
  • Reddit
  • TwitThis

No related posts.

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.