Skip to content

rsfxiii/shopify-rails-sql-nginx-docker

Repository files navigation

Usage

  1. Clone
    git clone https://github.com/rsfxiii/shopify-rails-sql-nginx-docker.git
  1. Installation
    bundle install
    npm install
  1. Startup
    bundle exec rake db:create db:migrate # First time only
    bundle exec rails server

Database How-To

Default Settings:

  • Port: 5432 (Container & Host)
  • Config: config/database.yaml

DB Management

To create a database: bundle exec rake db:create

Migrations

To run migrations, execute the following: bundle exec rake db:migrate

About

A Dockerized (using Compose) Shopify app template, using Ruby on Rails, SQL, and NGINX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published