Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

  1. Change to your sakai source directory (e.g. /opt/<sakai-src>/)
  2. Checkout the most recent stable version (in this case 0.9.9)
    svn checkout https://source.sakaiproject.org/contrib/programmerscafe/blogwow/tags/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 1.2.0 (or highest tag) into your sakai source directory (use subclipse or the command below)
      svn co https://source.sakaiproject.org/svn/entitybroker/tags/1.2/ entitybroker
    2. Build entity broker using maven sakai from within the 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

...