Update README

This commit is contained in:
Uriel 2009-08-05 17:06:25 +02:00
parent c7c130e591
commit e4f6185bfa

19
README
View file

@ -1,7 +1,7 @@
werc - a minimalist document management system 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 use, simple to setup, simple to hack on, and not get on the way while allowing
users easy customization. users easy customization.
@ -18,9 +18,13 @@ Requirements:
Instructions: Instructions:
Untar, configure httpd to use bin/werc.rc as a cgi-script, and create a Untar werc at your desired location, configure httpd to use
directory for your web site under sites/ where you can start to add content /path-to-your-werc-installation/bin/werc.rc as a cgi-script, it is recommended
right away. 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 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 comments apps) make sure all files under sites/ are writable by the user your
@ -29,6 +33,8 @@ sites/; chmod -R g+w sites/
If your Plan 9 from User Space installation is located somewhere else than the 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 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 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 it as needed. Site (and directory) specific options can be set in a
@ -59,8 +65,9 @@ or use Freshmeat: http://freshmeat.net/projects/werc/
Thanks Thanks
------ ------
Garbeam, Kris Maglione, sqweek, soul9, mycroftiv and many others for their Garbeam, Kris Maglione, sqweek, soul9, mycroftiv, maht, yiyus and many others
ideas, patches, testing and other contributions. for their ideas, patches, testing and other contributions.
License License
------- -------