root/trunk/README.txt

Revision 2, 447 bytes (checked in by s0undt3ch, 13 months ago)

Initial project commit.

Line 
1This file is for you to describe the Pastie application. Typically
2you would include information such as the information below:
3
4Installation and Setup
5======================
6
7Install ``Pastie`` using easy_install::
8
9    easy_install Pastie
10
11Make a config file as follows::
12
13    paster make-config Pastie config.ini
14
15Tweak the config file as appropriate and then setup the application::
16
17    paster setup-app config.ini
18
19Then you are ready to go.
Note: See TracBrowser for help on using the browser.