Changes

Jump to navigation Jump to search
384 bytes added ,  14:55, 15 December 2013
→‎django: Fix screen command, -x, not -R
Line 4: Line 4:     
This VM is build as a Webservice to create and store "textbooks".
 
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.
+
Technically this service is build on top of django and the [[http://download.booki.cc/ booki]] - plugins/extensions.
    
== OS ==
 
== OS ==
Line 32: Line 32:     
== known problems ==
 
== known problems ==
 +
===django===
 
from time to time django has to be restarted ... grrrrr.
 
from time to time django has to be restarted ... grrrrr.
 
  ssh mokurai@booki.treehouse.su
 
  ssh mokurai@booki.treehouse.su
 
  sudo -s
 
  sudo -s
  screen -R
+
  screen -x
 
  [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 #start again
 
  django-admin runserver 0.0.0.0:80 #start again
 
  [CTRL-A followed by D] # detach screen session without terminating ...
 
  [CTRL-A followed by D] # detach screen session without terminating ...
 +
 +
===objavi===
 +
Books in booki are translated to PDF and other output formats by objavi. This instance of objavi says that it is generating the output document, runs through a progress bar, and then fails to make any further progress.
 +
 +
Default booki installations point to an objavi instance maintained by FLOSS Manuals, so that it is not necessary to install it locally.
    
== variables which have to be set ==
 
== variables which have to be set ==
1,009

edits

Navigation menu