source: products/SimpleBlog/branches/optimizations/docs/install.txt

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 1.4 KB
Line 
1Installing SimpleBlog
2
3
4Requirements:
5    * Plone 2.1 or higher (this version will NOT work with previous versions)
6    * Archetypes 1.3.x
7    * ATContentTypes 1.0.3 or higher
8
9Install:
10    * Copy the entire SimpleBlog folder to your zope Products folder and restart Zope
11    * Use QuickInstaller to install SimleBlog into your Plone site.
12
13During the installation, SimpleBlog creates a workflow that is attached to the BlogEntry portal type.
14This workflow is very simple and has two states: 'draft' and 'published'. Of course you can create your
15own workflow but this one is made for your convenience. Of course you can also use the standard plone workflow.
16
17Also, a simpleblog_tool is installed in the portal which gives you a few parameters that you can
18adjust for SimpleBlog. In your Plone site there is a control panel for SimpleBlog. See readme.txt for more info.
19
20When the installation is finished, you should check the permissions in ZMI for your portal. There will be four
21new permissions:  SimpleBlog: Add Blog, SimpleBlog: Add BlogEntry, SimpleBlog: Add BlogFolder and SimpleBlog: Cross-post.
22You most certainly will have to assign roles, otherwise no one will be able to add Blogs other than the Manager.
23
24IMPORTANT for users of versions prior to 2.0:
25You will have to remove and re-install SimpleBlog in order to register the new factory types for plone 2.1. Make sure you backup your
26data first!!
27
28That's about all. Don't forget to read the readme!
Note: See TracBrowser for help on using the repository browser.