mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
This file is for you to describe the pylonstest application. Typically
|
|
you would include information such as the information below:
|
|
|
|
Installation and Setup
|
|
======================
|
|
|
|
Install ``pylonstest`` using easy_install::
|
|
|
|
easy_install pylonstest
|
|
|
|
Make a config file as follows::
|
|
|
|
paster make-config pylonstest config.ini
|
|
|
|
Tweak the config file as appropriate and then setup the application::
|
|
|
|
paster setup-app config.ini
|
|
|
|
Then you are ready to go.
|