Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Beware, this document is not finished yet!

This document is currently being created. Some information may be wrong or missing! Come back in a few days for a final version!

Download

  1. Download the Opensyllabus Tomcat bundle here
  2. Extract it in c:\opt (create that folder if you don't already have it. If you need to install in a different folder, see step 6 below)

Configuration

  1. First, ensure that the mySQL Server is started.
  2. Connect to it using the root account
  3. Type the following commands:
    create database sakaiOSYL default character set utf8;
    grant all on sakaiOSYL.* to sakaiuser@'localhost' identified by 'sakaipassword';
    grant all on sakaiOSYL.* to sakaiuser@'127.0.0.1' identified by 'sakaipassword';
    quit
    
  4. The sakai.properties shipped with this bundle of OpenSyllabus is configured to use the database name sakaiOSYL and the account
    sakaiuser with password sakaipassword. You will have to edit the file if choose different values for these parameters.
  5. If you already have an application listening on port 8080, either shut it down, or change the tomcat config (edit file conf/server.xml)
  6. Optional step: if you extracted the bundle in a directory different than C:\opt, you have to replace all occurrences of C:\opt in ...TODO: INCOMPLETE...
  • No labels