Go to file
John Plevyak 00f1709aab interm 2015-05-17 17:41:02 -07:00
bin initial commit 2015-02-23 13:22:18 -05:00
conf interm 2015-05-17 17:05:05 -07:00
Dockerfile interm 2015-05-17 17:05:05 -07:00
LICENSE renaming readme and adding MIT license 2015-02-23 14:11:22 -05:00
README.md interm 2015-05-17 17:41:02 -07:00

README.md

docker-rosariosis

A Dockerfile that installs the latest RosarioSIS. This file pulls from the master branch, but can be easily modified to pull from any other available branch or tagged release.

Installation

git clone https://github.com/larryprice/docker-rosario.git
cd docker-rosario
docker build -t rosariosis .

Usage

RosarioSIS uses a Postgres database:

$ docker run --name rosariodb -d postgres:9.4 --restart=always
$ docker run -h `hostname -f` -d -p 80:80 --name rosariosis --link rosariodb:rosariodb rosariosis --restart=always

Port 80 will be exposed, so you can visit localhost to get started. The default username is admin and the default password is admin.