COmanage Build on Debian

This doc is still under development and verification. 

This page provides instructions on building a COmanage box using Debian.

  1. Start with a base Debian stable build (currently etch)
  2. Change the apt sources config file (/etc/apt/sources.list) to the following:
    deb http://ftp.us.debian.org/debian/ etch main contrib non-free
    deb-src http://ftp.us.debian.org/debian/ etch main contrib non-free
    
    deb http://security.debian.org/ etch/updates main contrib non-free
    deb-src http://security.debian.org/ etch/updates main contrib non-free
    
    # the repository for COmanage test packages
    deb http://comanage-dev.stanford.edu/debian etch main contrib non-free
    
  3. As root, run aptitude install co-base co-setup
  4. If asked to setup basic slapd, choose no.
  5. If asked to support older MySQL connection, select no.
  6. If asked about x-server configuration, answer questions based on the hardware in use.
  • No labels