Difference between revisions of "School Server/RIT"
Jump to navigation
Jump to search
Wwdillingham (talk | contribs) |
|||
Line 27: | Line 27: | ||
* Fix Ejabber | * Fix Ejabber | ||
* Configure Moodle to our needs | * Configure Moodle to our needs | ||
− | **Create | + | **Create an Activity(Application) for RIT XOs so students can easily access Moodle |
* Moodle xo python api | * Moodle xo python api | ||
* XO Backup/Restore | * XO Backup/Restore | ||
* XO Security [http://wiki.laptop.org/go/Antitheft_HowTo] | * XO Security [http://wiki.laptop.org/go/Antitheft_HowTo] | ||
+ | * Deployment "whitebook" | ||
+ | * Provide a service that allows teachers/volunteers (who don't speak english) in the field to communicate via email with technical support voluneers by using the translating service [http://en.wikipedia.org/wiki/Pootle pootle]. Incoming and outgoing "tagged" emails would be translated in and out of the server on arrival / departure of the XS. | ||
===Completed Tasks=== | ===Completed Tasks=== |
Revision as of 23:30, 30 September 2009
For RIT Honors Seminar project.
School Server Fall 2009 Seminar Project
(Draft, please contribute)
Purpose
- Provide a school server test and development environment for the Honors Seminar participants,
- Develop School Server systems administration skills,
- Backup registered XOs or Sugar Sticks
- Host Moodle content developed in class
- Test and Debug OLPC - Sugar Labs School Server software
- Develop a School Server SysAdmin training curriculum for volunteers who want to support an OLPC or Sugar deployment
Resources
- RIT LTL or other hardware
- OLPC XS development builds, http://wiki.laptop.org/go/School_server
- http://lists.laptop.org/listinfo/server-devel and the list archives, archive with search
- OLPC projects/xs repository, http://dev.laptop.org/git/?q=projects%2Fxs
- Martin Langhoff's git repository, http://dev.laptop.org/git/users/martin/
schoolserver.rit.edu
Note: Admin log is located on the server at /var/log/adminlog.log
Possible task
- Fix Ejabber
- Configure Moodle to our needs
- Create an Activity(Application) for RIT XOs so students can easily access Moodle
- Moodle xo python api
- XO Backup/Restore
- XO Security [1]
- Deployment "whitebook"
- Provide a service that allows teachers/volunteers (who don't speak english) in the field to communicate via email with technical support voluneers by using the translating service pootle. Incoming and outgoing "tagged" emails would be translated in and out of the server on arrival / departure of the XS.
Completed Tasks
- Install Moodle
- Apache (httpd)
- PHP
- MySql
- Install Moodle
- These experiments are fine to understand the above services. In the end, we want to add instructions and some supporting scripts to modify the standard OLPC School Server to support our campus environment. For example php, and PostgreSql are installed with the School Server, http://dev.laptop.org/git/projects/xs-pkgs/tree/xs-pkgs.spec.in, and Moodle is included in the latest of these builds, http://xs-dev.laptop.org/xs/other/, from what I understand. --FGrose 23:27, 30 September 2009 (UTC)
Network configuration
The School Server, XS, as received is designed and configured for 2 Ethernet adapters,
- eth0 - connected to the wide area network (WAN) or the campus Internet connection,
- eth1 - connected to an access point (AP) which the XOs connect to.
For robustness in unreliable power supply environments, there are scripts that reconfigure features on a frequent basis. This design has frustrated anyone wanting to deviate from the default configuration.
We will have to understand the design, carefully document our adjustments for our environment, and make preparations to restore one or more configurations once we upgrade to a new version of the server that may likely restore some of the default configurations.