You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/17 20:10:45 UTC

[6/7] git commit: [#5973] remove ancient README within the Allura dir since we have a top-level one

[#5973] remove ancient README within the Allura dir since we have a top-level one


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c9679466
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c9679466
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c9679466

Branch: refs/heads/db/5973
Commit: c96794666d8628545e26cfb84bc67279a5e6a4f4
Parents: d2f3928
Author: Dave Brondsema <db...@geek.net>
Authored: Thu Mar 14 10:50:16 2013 -0700
Committer: Dave Brondsema <db...@geek.net>
Committed: Sun Mar 17 12:10:22 2013 -0700

----------------------------------------------------------------------
 Allura/README.txt |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c9679466/Allura/README.txt
----------------------------------------------------------------------
diff --git a/Allura/README.txt b/Allura/README.txt
deleted file mode 100644
index 929d51d..0000000
--- a/Allura/README.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-This file is for you to describe the allura application. Typically
-you would include information such as the information below:
-
-Installation and Setup
-======================
-
-Install ``allura`` using the setup.py script::
-
-    $ cd allura
-    $ python setup.py install
-
-Create the project database for any model classes defined::
-
-    $ paster setup-app development.ini
-
-Start the paste http server::
-
-    $ paster serve development.ini
-
-While developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::
-
-    $ paster serve --reload development.ini
-
-Then you are ready to go.