comparison README.txt @ 0:564e40829f80

initial commit.
author Marcin Kuzminski
date Thu, 18 Feb 2010 13:01:57 +0100
parents
children fdcef6ea3b55
comparison
equal deleted inserted replaced
-1:000000000000 0:564e40829f80
1 This file is for you to describe the pylons_app application. Typically
2 you would include information such as the information below:
3
4 Installation and Setup
5 ======================
6
7 Install ``pylons_app`` using easy_install::
8
9 easy_install pylons_app
10
11 Make a config file as follows::
12
13 paster make-config pylons_app config.ini
14
15 Tweak the config file as appropriate and then setup the application::
16
17 paster setup-app config.ini
18
19 Then you are ready to go.