Menu:

Install PyLucid standalone

EN

Django has a built in development server. So you can easy test PyLucid local under Linux and Windows. We added two scripts for this:

Follow the steps to setup a local running instance:

repare

settings.py

start

Start the development server with the file standalone_w32.cmd or standalone_linux.sh.

Now you can access you page with http://localhost:8000 !

You can install the database follow the normal install steps in the chapter _install section

Tip for xfce4 users

A small tip for xfce4 user, if you wand to create a starter. Use this skeleton exec command:

Bash
1
xfce4-terminal --hold --working-directory=/path/to/pylucid/ -x ./standalone_linux.sh

give feedback

If you have problem with the procedure here, please give us feedback in our forum !