Difference between revisions of "Machine/schooltool"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "'''NOTE''': this is a template for describing new services == Hostnames == * [http://schooltool.sugarlabs.org/ schooltool.sugarlabs.org] == Hosted on == [[Machine/treehouse]...")
 
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''NOTE''': this is a template for describing new services
+
== Info ==
 +
 
 +
This is the server for the [http://www.schooltool.org/ SchoolTool] pilot in El Salvador.
 +
 
 +
Currently, two schools are participating in the pilot:
 +
 
 +
* [http://esaes.edicypages.com/ Escuela Santaneca de Enseñanza Especializada]
 +
 
 +
* [http://cecec.iespana.es/ Centro Escolar Cantón El Calvario]
 +
 
 +
== Demo ==
 +
 
 +
A demo of SchoolTool is available at: [http://schooltool.sugarlabs.org:7080/schoolyears/2010-2011 schooltool in sugarlabs colors]
 +
 
 +
''Sample data creates a school of 1000 students, 50 teachers and two years of section enrollments. Users are either “student” or “teacher” followed by a three digit number, for example, “'''student001'''” or “'''teacher001'''“.''
 +
 
 +
For example, you can log in using the username "'''teacher001'''" and password "'''teacher001'''" or using the username "'''student021'''" and password "'''student021'''", and so on.
 +
 
 +
You can also log in with administrative privileges using the username "'''manager'''" and password "'''schooltool'''"
  
 
== Hostnames ==
 
== Hostnames ==
  
 
* [http://schooltool.sugarlabs.org/ schooltool.sugarlabs.org]
 
* [http://schooltool.sugarlabs.org/ schooltool.sugarlabs.org]
 
  
 
== Hosted on ==
 
== Hosted on ==
  
 
[[Machine/treehouse]]
 
[[Machine/treehouse]]
 
  
 
== Administrative contact ==
 
== Administrative contact ==
Line 15: Line 31:
 
dogi AT sugarlabs DOT org
 
dogi AT sugarlabs DOT org
  
ADMINISTRATIVE_CONTACT AT schooltool DOT org
+
douglascerna AT yahoo DOT com
 
 
  
 
== Sysadmins ==
 
== Sysadmins ==
Line 24: Line 39:
 
* [[User:dogi|Stefan Unterhauser]]
 
* [[User:dogi|Stefan Unterhauser]]
  
 +
== Notes ==
  
== Notes ==
+
Running on:
 +
 
 +
* Ubuntu Lucid 10.04.1
 +
 
 +
* [https://code.launchpad.net/~replaceafill/schooltool/schooltool.sugarlabs Custom version of latest SchoolTool egg]
  
 +
* Python 2.6.5
  
 
== Upgrade notes ==
 
== Upgrade notes ==
  
 +
There's a script to manage the service:
 +
 +
* /etc/init.d/schooltool-sugarlabs {start|stop|restart|status}
 +
 +
The custom branch and instance is located at:
 +
 +
* /home/replaceafill/opt/instances/schooltool.sugarlabs
 +
 +
Updates for this branch can be pulled from Launchpad:
 +
 +
* bzr pull
  
 
== See Also ==
 
== See Also ==
  
* Links to related services, sysadmin procedures and machines
+
* [http://book.schooltool.org/ SchoolTool Book]
 +
 
 +
* [https://launchpad.net/~schooltoolers SchoolTool Users mailing list]
 +
 
 +
* [https://launchpad.net/~schooltool-developers SchoolTool Developers mailing list]
 +
 
 +
* [https://launchpad.net/~schooltool-owners/+archive/ppa SchoolTool PPA]
 +
 
 +
* [http://ftp.schooltool.org/schooltool/trunk/ Latest SchoolTool eggs]
  
 
[[Category:Service|schooltool]]
 
[[Category:Service|schooltool]]

Latest revision as of 15:56, 31 January 2012

Info

This is the server for the SchoolTool pilot in El Salvador.

Currently, two schools are participating in the pilot:

Demo

A demo of SchoolTool is available at: schooltool in sugarlabs colors

Sample data creates a school of 1000 students, 50 teachers and two years of section enrollments. Users are either “student” or “teacher” followed by a three digit number, for example, “student001” or “teacher001“.

For example, you can log in using the username "teacher001" and password "teacher001" or using the username "student021" and password "student021", and so on.

You can also log in with administrative privileges using the username "manager" and password "schooltool"

Hostnames

Hosted on

Machine/treehouse

Administrative contact

dogi AT sugarlabs DOT org

douglascerna AT yahoo DOT com

Sysadmins

For non-emergency calls, preferably send email to the administrative contact.

Notes

Running on:

  • Ubuntu Lucid 10.04.1
  • Python 2.6.5

Upgrade notes

There's a script to manage the service:

  • /etc/init.d/schooltool-sugarlabs {start|stop|restart|status}

The custom branch and instance is located at:

  • /home/replaceafill/opt/instances/schooltool.sugarlabs

Updates for this branch can be pulled from Launchpad:

  • bzr pull

See Also