Skip to content

larryprice/docker-rosario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ docker run -d -p 80:80 --link rosariodb:rosariodb larryprice/docker-rosario

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

About

A Dockerfile that installs the latest RosarioSIS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published