annotate README.txt @ 162:32e7e43ad754

removed unneeded parameters from changelog and shortlog
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 May 2010 00:31:41 +0200
parents 564e40829f80
children fdcef6ea3b55
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
1 This file is for you to describe the pylons_app application. Typically
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
2 you would include information such as the information below:
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
3
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
4 Installation and Setup
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
5 ======================
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
6
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7 Install ``pylons_app`` using easy_install::
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
8
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
9 easy_install pylons_app
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
10
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
11 Make a config file as follows::
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
12
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
13 paster make-config pylons_app config.ini
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
14
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
15 Tweak the config file as appropriate and then setup the application::
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
16
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
17 paster setup-app config.ini
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
18
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
19 Then you are ready to go.