Install Sakai 11.4 on Ubuntu server 16.04 using binary package
This provides instruction for installing a default Sakai 11.4 demo instance on Ubuntu-server 16.04 using a packaged binary .deb
Preparation
A fresh Ubuntu 16.04 install may not have all the required packages until after the package manager is updated, and some dependencies may require upgrading.
update the apt package cache:
Upgrade packages:
Step-by-step guide (DEMO Database)
Prepare a demo database (package default is server:127.0.0.1, username:sakai, password:changeme)
Install MySQL-server:
When prompted set your mysql root user password
Create the sakai database:
Grant access to the package's default credentials:
Step-by-step guide (Sakai install)
These steps will install the Sakai 11.4 binaries and dependencies (tomcat, java, mysql-java-connector), after installation the sakai.properties can be found at /var/lib/tomcat8/sakai/sakai.properties, after making any changes restart Sakai with: sudo systemctl restart tomcat8
Download the .deb package (https://drive.google.com/file/d/0B-yFOUaoqdfbV3VfQVJjSDQ4Ums/view?usp=sharing)
Install with:
Monitor catalina.out for a startup message similar to " INFO: Server startup in 78834 ms" using:
Sakai 11.4 should be available on port 8080 @ http://<serveraddresss>:8080/portal