Go to file
Larry Price 6508d52c5f removing some excess from the Dockerfile and adding a README 2015-02-23 14:09:34 -05:00
bin initial commit 2015-02-23 13:22:18 -05:00
conf initial commit 2015-02-23 13:22:18 -05:00
Dockerfile removing some excess from the Dockerfile and adding a README 2015-02-23 14:09:34 -05:00
README removing some excess from the Dockerfile and adding a README 2015-02-23 14:09:34 -05:00

README

docker-rosariosis
=================

A Dockerfile that installs the latest [RosarioSIS](http://www.rosariosis.org/). 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:

``` bash
$ docker create --name rosariodb postgres:9.4
$ docker run -d --link rosariodb:rosariodb rosariosis
```

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