Machine/booki

From Sugar Labs
< Machine
Revision as of 14:25, 17 June 2011 by Dogi (talk | contribs) (Created page with "{{TOCright}} == Description == Short descrition of machine purpose == OS == Distro and version. == Services == * TEMPLATE_SERVICE == Hardware == ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Short descrition of machine purpose

OS

Distro and version.

Services

Hardware

  • KVM Virtual Machine

Location

treehouse

Admins

Notes

This VM is build as a Webservice to create and store "textbooks". Technialy this service is build on top of django and the [booki] - plugins/extensions.

Todo

  • use apache for http delivery ... right now this service is provided by the django /python command "django-admin runserver 0.0.0.0:80" which has to be excuted in a screen session ...

= known problems

from time to time django has to be restarted ... grrrrr.

ssh mokurai@book.treehouse.su
sudo -s
screen -R
[CTRL-C] #to terminate the blocked/slow/running django
django-admin runserver 0.0.0.0:80
[CTRL-A followed by D]