Skip to content

quick start rails + postgreSQL + webpacker with docker-compose

Notifications You must be signed in to change notification settings

mi-373/quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickstart

You can easily create Rails templates using docker-compose. It uses PostGresql for the database and webpacker on the front end, so modern development using ES 6 is possible.

Install Docker

Please install Docker on your PC first. Refer to here for the installation procedure.

If you are a Linux user you need to install docker-compose with this operations.

Clone this repository

Then clone the repository and move to project folder.

git clone [email protected]:belion-freee/quickstart.git
cd quickstart

Execute Setup

Only you need to execute setup shell.

./qs setup

Hello World!!

Finally, please access http://localhost:3000 as Rails is running. Enjoy your Rails!

About

quick start rails + postgreSQL + webpacker with docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.4%
  • Dockerfile 11.9%
  • Ruby 0.7%