From ef6aa096bbb8f52c2bad76f3b086167db326da89 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 27 Jun 2008 21:43:09 -0400 Subject: Initial TG2 quickstart --- README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..2796e80 --- /dev/null +++ b/README.txt @@ -0,0 +1,19 @@ +This file is for you to describe the manas application. Typically +you would include information such as the information below: + +Installation and Setup +====================== + +Install ``manas`` using easy_install:: + + easy_install manas + +Make a config file as follows:: + + paster make-config manas config.ini + +Tweak the config file as appropriate and then setup the application:: + + paster setup-app config.ini + +Then you are ready to go. -- cgit