diff options
Diffstat (limited to 'portal-gui/scripts/runserver.in')
-rw-r--r-- | portal-gui/scripts/runserver.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/portal-gui/scripts/runserver.in b/portal-gui/scripts/runserver.in new file mode 100644 index 00000000..f0d2d256 --- /dev/null +++ b/portal-gui/scripts/runserver.in @@ -0,0 +1,12 @@ +#!/bin/sh +# $Id$ +# +# Helper script to start the Django test webserver for the portal-gui. +# +# @configure_input@ + +prefix=@prefix@ +datarootdir=@datarootdir@ +PACKAGE_NAME=@PACKAGE_NAME@ +cd $datarootdir/$PACKAGE_NAME/rpkigui +@PYTHON@ manage.py runserver --pythonpath=@MYRPKIDIR@ $* |