Skip to content
This repository was archived by the owner on May 28, 2020. It is now read-only.

davidleechen/rails-demo

Repository files navigation

Rails Starter

This repo aims to provide a demonstration of a fast way to spin up Rails application development environments. It is meant to provide the fastest, easiest way to get a new application ready to go on Rails 6.0 with the least amount of time spent configuring a local development environment - for that, Docker containers used.

How to use this repository

  1. Install docker
  2. Install docker-compose
  3. Clone this repository
    git clone [email protected]:davidleechen/rails-starter.git
  4. Build the main container that houses the web application
    docker-compose build
  5. Setup application dependencies
    docker-compose run web ./bin/setup
  6. Run the Docker compose command to spin everything up
    docker-compose up
  7. Browse to http://localhost:3000

All done!

About

A starter demo application using Rails 6.0 and Docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published