Raildock
A Docker Ruby on Rails development environment.
Install / Use
/learn @raildock/RaildockREADME
Table Of Contents
- Table Of Contents
- Basic Overview
- Requirements
- Installation
- Usage
- Supported Software (Images)
- Changelog
- Contributing
- Contributors
- License
- Credits
Basic Overview
Use Docker first and learn about it later.
Raildock is a Docker development environment that facilitates running Ruby on Rails apps on Docker. Inspired by Laradock.
Requirements
Installation
Installing Raildock is as easy as cloning the repository in the root of your Rails project.
git clone https://github.com/raildock/raildock.git
If you are already using Git for your project:
git submodule add https://github.com/raildock/raildock.git
Usage
- Enter the raildock folder and rename env-example to .env.
cp env-example .env
-
Open .env and configure the settings of the desired containers.
-
Run your containers:
docker-compose up -d nginx mysql redis
More detailed usage tutorial with examples is available at the Wiki page.
Supported Software (Images)
- Database Engines: MySQL, PostgreSQL
- Cache Engines: Redis
- Web Servers: NGINX
Raildock introduces the Workspace Image, as a development environment. It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of Containers and tools you may choose.
If you can’t find your Software in the list, build it yourself and submit it. Contributions are welcomed :)
Changelog
To see what has changed in recent versions of Raildock, see the CHANGELOG.
Problems
Please report and follow the resolution of any encountered problems in the issue tracker.
Contributing
Thank you for considering contributing to Raildock. Any contributions are always welcomed as long as they follow the project's contributing guidelines.
Contributors
- Author: Veselin Stoyanov
License
Raildock is open-sourced software licensed under the MIT license.
Credits
Raildock is inspired by and based on Laradock.
