Machine/booki: Difference between revisions
Appearance
< Machine
Created page with "{{TOCright}} == Description == Short descrition of machine purpose == OS == Distro and version. == Services == * TEMPLATE_SERVICE == Hardware == ..." |
No edit summary |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
This VM is build as a Webservice to create and store "textbooks". | |||
Technially this service is build on top of django and the [[http://download.booki.cc/ booki]] - plugins/extensions. | |||
== OS == | == OS == | ||
[[Machine/template-maverick|Ubuntu 10.10]] | |||
== Services == | == Services == | ||
Line 26: | Line 28: | ||
* [[User:dogi|Stefan Unterhauser]] | * [[User:dogi|Stefan Unterhauser]] | ||
== | == 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 ... | * 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 = | == known problems == | ||
from time to time django has to be restarted ... grrrrr. | from time to time django has to be restarted ... grrrrr. | ||
ssh mokurai@book.treehouse.su | ssh mokurai@book.treehouse.su | ||
Line 39: | Line 37: | ||
screen -R | screen -R | ||
[CTRL-C] #to terminate the blocked/slow/running django | [CTRL-C] #to terminate the blocked/slow/running django | ||
django-admin runserver 0.0.0.0:80 | django-admin runserver 0.0.0.0:80 #start again | ||
[CTRL-A followed by D] | [CTRL-A followed by D] # detach screen session without terminating ... |
Revision as of 14:31, 17 June 2011
Description
This VM is build as a Webservice to create and store "textbooks". Technially this service is build on top of django and the [booki] - plugins/extensions.
OS
Ubuntu 10.10
Services
Hardware
- KVM Virtual Machine
Location
Admins
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 #start again [CTRL-A followed by D] # detach screen session without terminating ...