summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-06-27 21:43:09 -0400
committerLuke Macken <lmacken@redhat.com>2008-06-27 21:43:09 -0400
commitef6aa096bbb8f52c2bad76f3b086167db326da89 (patch)
tree022e2363dbfb8879948d89cfcc7ae1f2f53b64a0 /README.txt
downloadmanas-ef6aa096bbb8f52c2bad76f3b086167db326da89.tar.gz
manas-ef6aa096bbb8f52c2bad76f3b086167db326da89.tar.xz
manas-ef6aa096bbb8f52c2bad76f3b086167db326da89.zip
Initial TG2 quickstart
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt19
1 files changed, 19 insertions, 0 deletions
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.