Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ertrzyiks/ruby-on-docker

Trying to setup ruby on rails project on docker
https://github.com/ertrzyiks/ruby-on-docker

Last synced: about 1 month ago
JSON representation

Trying to setup ruby on rails project on docker

Awesome Lists containing this project

README

        

# ruby-on-docker
Trying to setup ruby on rails project on docker

## To run project you need
* [Docker](https://docs.docker.com/installation/#installation)
* [Docker compose](http://docs.docker.com/compose/#installation-and-set-up)

To run project go to project directory and use

```
docker-compose up -d
```