Skip to content

A Docker Ruby on Rails development environment.

License

Notifications You must be signed in to change notification settings

patricklsamson/raildock

 
 

Repository files navigation

GitHub forks GitHub stars GitHub issues GitHub license

Table Of Contents

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

  1. Enter the raildock folder and rename env-example to .env.

cp env-example .env

  1. Open .env and configure the settings of the desired containers.

  2. 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

License

Raildock is open-sourced software licensed under the MIT license.

Credits

Raildock is inspired by and based on Laradock.

About

A Docker Ruby on Rails development environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 63.5%
  • Nginx 36.5%