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

Version 1 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

Configuration

  1. First, ensure that the mySQL Server is started.
  2. Connect to it using the root account
  3. Type the following commands:
  4. 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
    
  5. 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.
    
  6. If you already have an application listening on port 8080, either shut it down, or correct the tomcat config (file conf/server.xml)
    
    

  • No labels