CanDo

Differences between revisions 7 and 30 (spanning 23 versions)
Revision 7 as of 2005-09-05 14:50:22
Size: 717
Editor: ip24-254-94-164
Comment:
Revision 30 as of 2006-02-01 22:54:11
Size: 1271
Editor: 158
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
  0. Add universe and multiverse to your apt sources list (if it's not already there). When finished your sources list should look something like this: {{{deb http://archive.ubuntulinux.org/ubuntu breezy main restricted universe multiverse
deb http://archive.ubuntulinux.org/ubuntu breezy-security main restricted universe multiverse
deb http://archive.ubuntulinux.org/ubuntu breezy-updates main restricted universe multiverse }}}
  0. `apt-get install msttcorefonts ca-certificates python2.3-doc python2.3-profiler xpdf`
  0. `apt-get install schooltool`
  0. edit /etc/schooltool/schooltool.conf, find the line that says "web 7080", and change it to "web 80"
  0. `cd /usr/lib/libschooltool/schooltool`
  
== Installation from .deb repository ==

  With a server running Ubuntu 5.10 (Breezy Badger) do the following:

  0. Add universe and multiverse to your apt sources list (see AddingRepostoriesHowto if you need help), then add the cando ftp apt source, {{{deb ftp://ftp.schooltool.org/pub/schooltool/archives/cando breezy main}}}.
  0. Then install the following packages: {{{ ssh msttcorefonts ca-certifications xpdf cando }}}
  0. Your CanDo server is now running on localhost:7280
  0. You can log into your new CanDo server with: {{{ user: manager
password: schooltool}}}

=== Updating ===

  To update your CanDo server with new package releases, do the following:

  0. `apt-get update`
  0. `apt-get upgrade`

== Installing CanDo2006 in a user home directory from subversion repository ==

  With a server running Ubuntu 6.04 (Dapper Drake) make sure the following packages are installed:

  * subversion
  * gcc
  * libc6-dev
  * make
  * python-dev
  * python2.4-libxml2
  * python2.4-imaging

  Do the following starting at the user's home directory:

  0. `svn co http://svn.schooltool.org/cando/trunk cando2006`
  0. `cd cando2006`
  0. `make`
  0. `cd SchoolTool`
  0. `make`

----
CategoryDocumentation CategoryCleanup

Installation from .deb repository

  • With a server running Ubuntu 5.10 (Breezy Badger) do the following:
  • Add universe and multiverse to your apt sources list (see AddingRepostoriesHowto if you need help), then add the cando ftp apt source, deb ftp://ftp.schooltool.org/pub/schooltool/archives/cando breezy main.

  • Then install the following packages:  ssh msttcorefonts ca-certifications xpdf cando 

  • Your CanDo server is now running on localhost:7280

  • You can log into your new CanDo server with: {{{ user: manager

password: schooltool}}}

Updating

  • To update your CanDo server with new package releases, do the following:

  • apt-get update

  • apt-get upgrade

Installing CanDo2006 in a user home directory from subversion repository

  • With a server running Ubuntu 6.04 (Dapper Drake) make sure the following packages are installed:
  • subversion
  • gcc
  • libc6-dev
  • make
  • python-dev
  • python2.4-libxml2
  • python2.4-imaging Do the following starting at the user's home directory:
  • svn co http://svn.schooltool.org/cando/trunk cando2006

  • cd cando2006

  • make

  • cd SchoolTool

  • make


CategoryDocumentation CategoryCleanup

CanDo (last edited 2008-08-06 16:24:38 by localhost)