ref: 1c5828e4fbccc779e36e293ebc3de41b2ae92fbc
parent: 48979538b95e3ac8cbe39c636f5c5cb153888d45
author: uriel <uriel@vm41.cat-v.org>
date: Wed Aug 5 13:06:25 EDT 2009
Update README
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
werc - a minimalist document management system
----------------------------------------------
-Werc is a content management system and web framework designed to be simple to
+Werc is a content management system and web (anti-)framework designed to be simple to
use, simple to setup, simple to hack on, and not get on the way while allowing
users easy customization.
@@ -18,9 +18,13 @@
Instructions:
-Untar, configure httpd to use bin/werc.rc as a cgi-script, and create a
-directory for your web site under sites/ where you can start to add content
-right away.
+Untar werc at your desired location, configure httpd to use
+/path-to-your-werc-installation/bin/werc.rc as a cgi-script, it is recommended
+that you make wrec.rc handle all non-static files (this can be done by setting
+it up as your 404 handler) and setup your virtual hosts to handle static files
+by setting the document root for the domain to
+/path-to-werc-installation/sites/yourdomain.com/, and create a directory for
+your web site under sites/ where you can start adding content right away.
If you will want to allow updates via the web interface (eg., for wiki or
comments apps) make sure all files under sites/ are writable by the user your
@@ -29,6 +33,8 @@
If your Plan 9 from User Space installation is located somewhere else than the
standard /usr/local/plan9/ you will need to edit the first line of bin/werc.rc
+(Note that p9p is picky about where it is located, once you run ./INSTALL you
+should *not* move it to a different directory without running ./INSTALL again.)
For general configuration options copy etc/initrc to initrc.local and customize
it as needed. Site (and directory) specific options can be set in a
@@ -59,8 +65,9 @@
Thanks
------
-Garbeam, Kris Maglione, sqweek, soul9, mycroftiv and many others for their
-ideas, patches, testing and other contributions.
+Garbeam, Kris Maglione, sqweek, soul9, mycroftiv, maht, yiyus and many others
+for their ideas, patches, testing and other contributions.
+
License
-------