Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k2tzumi/rails5-docker
https://github.com/k2tzumi/rails5-docker
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/k2tzumi/rails5-docker
- Owner: k2tzumi
- Created: 2017-07-12T01:30:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T08:23:23.000Z (over 7 years ago)
- Last Synced: 2024-10-15T00:03:34.621Z (2 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ruby on Rails Docker Image
==============================This image is for developing with [Ruby on Rails ](http://rubyonrails.org/) application
REQUIREMENTS
--------------------
- `docker`
- `docker-compose`
- [docker-sync](http://docker-sync.io/)USAGE
--------------------### Production
Use for basic.
```
$ docker-compose up
```And access to `http://${DockerHost-IP}`
### Development
Developing Ruby on Rails application.
```
$ docker-sync-stack start
```And add directory of `./rails5_app/` to IDE project
* Install dependent tools (macOS)
```
$ sudo gem install docker-sync
$ brew install fswatch
$ brew install unison
```