Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Created July 12, 2020 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxbiekaisar/ecd13aea9ba0fd04ece0c2d9742a8f70 to your computer and use it in GitHub Desktop.
Save linuxbiekaisar/ecd13aea9ba0fd04ece0c2d9742a8f70 to your computer and use it in GitHub Desktop.
How to install sakai in ubuntu
#!/bin/sh
git clone https://github.com/Sakzilla/sakai-docker.git
cd sakai-docker/master
docker-compose build
docker-compose up
http://localhost:8080/portal
user: admin
pass: admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment