[Zope3-checkins] CVS: Products3/NewsSite - README.txt:1.2
Christian Theune
ct@gocept.com
Wed, 26 Mar 2003 10:42:59 -0500
Update of /cvs-repository/Products3/NewsSite
In directory cvs.zope.org:/tmp/cvs-serv28815
Modified Files:
README.txt
Log Message:
- merged readme's
=== Products3/NewsSite/README.txt 1.1 => 1.2 ===
--- Products3/NewsSite/README.txt:1.1 Tue Mar 25 06:28:15 2003
+++ Products3/NewsSite/README.txt Wed Mar 26 10:42:29 2003
@@ -2,3 +2,21 @@
Product for standalone news site, built during the DZUG Sprint in
Berlin, 24-27 March 2003.
+
+Installation:
+
+ - create "zopeproducts" inside your Zope 3 installation
+
+ - copy the NewsSite folder to "zopeproducts"
+
+ - add the following line to products.zml file:
+
+ <include package='zopeproducts.NewsSite' />
+
+ - add the following line your site.zml file:
+
+ <grant
+ permission="zopeproducts.NewsSite.NewsItem.ManageNewsItems"
+ role="Manager"
+ />
+