SkillAgentSearch skills...

Raildock

A Docker Ruby on Rails development environment.

Install / Use

/learn @raildock/Raildock
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"><img width=50% src="https://user-images.githubusercontent.com/5436204/28038450-9c866638-65c7-11e7-9aee-f5277177404b.png"></p> <p align="center"> <a href="https://github.com/raildock/raildock/network"><img src="https://img.shields.io/github/forks/raildock/raildock.svg" alt="GitHub forks"></a> <a href="https://github.com/raildock/raildock/stargazers"><img src="https://img.shields.io/github/stars/raildock/raildock.svg" alt="GitHub stars"></a> <a href="https://github.com/raildock/raildock/issues"><img src="https://img.shields.io/github/issues/raildock/raildock.svg" alt="GitHub issues"></a> <a href="https://raw.githubusercontent.com/raildock/raildock/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license"></a> </p>

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.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated4y ago
Forks2

Languages

Roff

Security Score

75/100

Audited on Sep 29, 2021

No findings