Please Read!

NOTE: This method is no longer supported. Please refer to home for current instructions.

Obtaining and installing Sahana from the CVS

The GNU/Linux way

Dependencies Make sure you have the following installed

Steps

  • Open a UNIX command shell like bash
  • Checkout sahana phase II with the following cvs command.

(You do not need to be registered as a Sahana developer to do this.)

cvs -z3 -d:pserver:anonymous@sahana.cvs.sourceforge.net:/cvsroot/sahana co -P sahana-phase2
  • move this to your webserver
mv sahana-phase2 sahana
mv sahana /var
  • configure Apache (example for Ubuntu/Debian)
vim /etc/apache2/sites-enabled/00-default
Alias /sahana /var/sahana/www
<Directory "/var/sahana/www">
  Options Indexes
  DirectoryIndex index.php
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>

/etc/init.d/apache2 restart
  • Start Sahana from your web browser
http://x.x.x.x/sahana

Developer access is documented here: http://sourceforge.net/cvs/?group_id=127855


Navigation
QR Code
QR Code dev:cvs (generated for current page)