https://github.com/4sskick/ruby_rails_docker
Ruby on Rails docker setup development
https://github.com/4sskick/ruby_rails_docker
development-environment docker rails ruby
Last synced: 3 months ago
JSON representation
Ruby on Rails docker setup development
- Host: GitHub
- URL: https://github.com/4sskick/ruby_rails_docker
- Owner: 4sskick
- Created: 2022-11-05T17:53:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T11:09:28.000Z (over 2 years ago)
- Last Synced: 2025-06-28T20:09:56.007Z (about 1 year ago)
- Topics: development-environment, docker, rails, ruby
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails App
Welcome to your [Ruby On Rails](https://rubyonrails.org/) app.
## Setup & Running Locally
Clone down the repo, install [Docker](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) & run:
```bash
$ docker-compose build
$ docker-compose run --rm web rails new --database= --api
```
Execute one by one, the command gonna generate the Ruby on Rails project setup API.
## Next(?)
- make sure the generated RoR are running well
- update script to run server
- script to integrate with Heroku as deployment
## Contributing
This project still on early setup and have many bug, if you have any idea please make a PR! :)
## Usage
Feel free to use these as a starting point for your own Ruby on Rails project!
## Resources
* [Ruby on Rails Guides](https://guides.rubyonrails.org/)
* [Ruby on Rails API Documentation](https://api.rubyonrails.org/)
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2022-present, wit love [niteroomcreation](https://github.com/4sskick/)