Git Product home page Git Product logo

raildock's Introduction

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.

raildock's People

Contributors

st0yanov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.