Difference between revisions of "Machine/schooltool"

From Sugar Labs
Jump to navigation Jump to search
 
(18 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
This is the server for the [http://www.schooltool.org/ SchoolTool] pilot in El Salvador.
 
This is the server for the [http://www.schooltool.org/ SchoolTool] pilot in El Salvador.
  
A demo of SchoolTool is available at: http://schooltool.sugarlabs.org:7080
+
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 20: Line 32:
  
 
douglascerna AT yahoo DOT com
 
douglascerna AT yahoo DOT com
 
  
 
== Sysadmins ==
 
== Sysadmins ==
Line 27: Line 38:
  
 
* [[User:dogi|Stefan Unterhauser]]
 
* [[User:dogi|Stefan Unterhauser]]
 
  
 
== Notes ==
 
== Notes ==
Line 35: Line 45:
 
* Ubuntu Lucid 10.04.1
 
* Ubuntu Lucid 10.04.1
  
* SchoolTool 1.0.3 (Python 2.6.5)
+
* [https://code.launchpad.net/~replaceafill/schooltool/schooltool.sugarlabs Custom version of latest SchoolTool egg]
 +
 
 +
* Python 2.6.5
  
 
== Upgrade notes ==
 
== Upgrade notes ==
  
* [https://launchpad.net/~schooltool-owners/+archive/ppa SchoolTool PPA]
+
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 ==
 +
 +
* [http://book.schooltool.org/ SchoolTool Book]
  
 
* [https://launchpad.net/~schooltoolers SchoolTool Users mailing list]
 
* [https://launchpad.net/~schooltoolers SchoolTool Users mailing list]
  
 
* [https://launchpad.net/~schooltool-developers SchoolTool Developers 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