[Zope-CVS] CVS: Packages/Moztop/doc - INSTALL.txt:1.3
Stephan Richter
srichter@cbu.edu
Tue, 14 Jan 2003 08:24:08 -0500
Update of /cvs-repository/Packages/Moztop/doc
In directory cvs.zope.org:/tmp/cvs-serv4128/doc
Modified Files:
INSTALL.txt
Log Message:
- Updated install instructions
- Thanks to Fred's comment, remove *.pyc from .cvsignore, since it is set
globally in the Zope CVS repository
=== Packages/Moztop/doc/INSTALL.txt 1.2 => 1.3 ===
--- Packages/Moztop/doc/INSTALL.txt:1.2 Mon Jan 13 14:00:39 2003
+++ Packages/Moztop/doc/INSTALL.txt Tue Jan 14 08:24:05 2003
@@ -24,7 +24,13 @@
<include package="zopeproducts.idesupport" />
- e) Start Zope, so that Moztop can find the server.
+ e) Now we need to give the Unauthenticated User called 'anybody' the
+ 'Manager' permission by adding the following line in
+ ZOPE3_ROOT/principals.zcml:
+
+ <grant role="Manager" principal="anybody" />
+
+ f) Start Zope, so that Moztop can find the server.
4. Now call 'make run' to run the IDE.
@@ -39,3 +45,8 @@
3. Get the latest CVS version from cvs.zope.org/Packages/MoZTop.
4. Link MoZTop/moztop in $MOZILLAHOME/chrome.
+
+
+Note: If you Data.fs is empty (i.e. has no Content Objects in it) you will see
+ an empty tree. In order to get a nice tree, simply add a couple of
+ Folders via the HTML GUI and you will see them in the Moztop Explorer.