Skip to content
Puria Nafisi Azizi edited this page Jan 5, 2018 · 1 revision

This file is for you to describe the ksweb application. Typically you would include information such as the information below:

Installation and Setup

Install ksweb using the setup.py script::

$ cd ksweb
$ python setup.py develop

Create the project database for any model classes defined::

$ gearbox setup-app

Start the paste http server::

$ gearbox serve

While developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::

$ gearbox serve --reload --debug

Then you are ready to go.

Example Account

There are 3 level of permission:

  • Administrator: For site admin.
  • Lawyer: For the lawyer.
  • User: User that responde at the questionary.

Default account (username - password)::

Administrator: admin - adminks
Lawyer: lawyer - lawyerks
User: user - userks
Clone this wiki locally