CanDo

Differences between revisions 17 and 24 (spanning 7 versions)
Revision 17 as of 2005-09-26 18:17:30
Size: 1506
Editor: 158
Comment:
Revision 24 as of 2006-01-30 00:16:21
Size: 1439
Editor: dsl093-101-160
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Installation == == Installation from .deb repository ==
Line 5: Line 5:

---- /!\ '''Edit conflict - other version:''' ----
0. Add universe and multiverse to your apt sources list (if it's not already there), then add the cando ftp apt source. When finished your sources list should look something like this: {{{deb http://archive.ubuntulinux.org/ubuntu breezy main restricted universe multiverse

---- /!\ '''Edit conflict - your version:''' ----
  0. Add universe and multiverse to your apt sources list (if it's not already there), then add the cando ftp apt source. When finished your sources list should look something like this: {{{deb http://archive.ubuntulinux.org/ubuntu breezy main restricted universe multiverse

---- /!\ '''End of edit conflict''' ----
  0. Add universe and multiverse to your apt sources list (if it's not already there), then add the cando ftp apt source, {{{deb ftp://ftp.schooltool.org/pub/schooltool/archives/cando breezy main}}}. When finished your sources list should look something like this: {{{deb http://archive.ubuntulinux.org/ubuntu breezy main restricted universe multiverse
Line 16: Line 9:
  0. `apt-get update`
  0. `apt-get upgrade`
  0. `apt-get install ssh`
Line 18: Line 14:
  0. Your CanDo server is now running on localhost:7280
  0. You can log into your new CanDo server with: {{{ user: manager
password: schooltool}}}
Line 19: Line 18:
---- /!\ '''Edit conflict - other version:''' ----

---- /!\ '''Edit conflict - your version:''' ----
  0. Your CanDo server is now running on localhost:7280

---- /!\ '''End of edit conflict''' ----

== Updating ==
=== Updating ===
Line 31: Line 23:
  0. `apt-get dist-upgrade`   0. `apt-get upgrade`

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

  With a server running Ubuntu 6.04 ("Dapper") do the following starting at the user's home directory:

  0. `svn co http://svn.schooltool.org/cando/ cando2006`

Installation from .deb repository

  • With a server running Ubuntu 5.10 ("Breezy") do the following:
  • Add universe and multiverse to your apt sources list (if it's not already there), then add the cando ftp apt source, deb ftp://ftp.schooltool.org/pub/schooltool/archives/cando breezy main. 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 deb ftp://ftp.schooltool.org/pub/schooltool/archives/cando breezy main}}}

  1. apt-get update

  2. apt-get upgrade

  3. apt-get install ssh

  4. apt-get install msttcorefonts ca-certificates xpdf

  5. apt-get install cando

  6. Your CanDo server is now running on localhost:7280

  7. 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") do the following starting at the user's home directory:
  • svn co http://svn.schooltool.org/cando/ cando2006

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