Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Information

Installation instructions for the BlogWow tool for system adminsitratorsadministrators. See the Users User Guide for steps to add the tool to a site or setup the permissions for the tool.

  • Stable release version:
    • BlogWow 0.9.9
  • Required versions for 0.9.9:
    • Sakai 2.2.x or higher
    • EntityBroker 1.2.0

How to get the source code and build the tool

  • BlogWow works on Sakai 2.2.x or higher, it will NOT work on earlier versions
  1. Change to your sakai source directory (e.g. /opt/<sakai-src>/)
  2. Run Checkout the most recent stable version (in this case 0.9.9)
    svn checkout https://source.sakaiproject.org/contrib/programmerscafe/blogwow/trunktags/0.9.9 blogwow
    1. subversion will create a blogwow directory for you, you can use any directory name you like, just change the last blogwow into the word you want.
  3. Add entity broker project (required)
    • If you are running Sakai 2.5.0 then entitybroker 1.2.0 is already included
    1. Checkout entity broker trunk 1.2.0 (or highest tag) into your sakai source directory (use subclipse or the command below)
      svn co https://source.sakaiproject.org/contribsvn/caretentitybroker/entitybrokertags/trunk/ entity-broker1.2/ entitybroker
    2. Build entity broker using maven sakai from within the entity-broker entitybroker folder
      • If you are using maven 2 then run mvn clean install sakai:deploy
  4. Change to blogwow source directory (e.g. /opt/<sakai-src>/blogwow)
  5. Run maven sakai
  6. Start tomcat and check the log for errors, there should be none if all jars were downloaded and installed correctly

...

  • Note: you will need to set the permissions for all existing sites and it is a good idea to set these permissions for the site.template so they will be inherited in any existing newly created sites
    • You can use these directions to set the permissions for individual sites by selecting the correct site when on the step with site.template on it

...