Difference between revisions of "Machine/schooltool"

From Sugar Labs
Jump to navigation Jump to search
 
(14 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
* [http://cecec.iespana.es/ Centro Escolar Cantón El Calvario]
 
* [http://cecec.iespana.es/ Centro Escolar Cantón El Calvario]
  
A demo of SchoolTool is available at: [http://schooltool.sugarlabs.org:7080 schooltool in sugarlabs colors] and [http://schooltool.sugarlabs.org:60020 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 ==
Line 37: 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