- Clone
git clone https://github.com/rsfxiii/shopify-rails-sql-nginx-docker.git
- Installation
bundle install
npm install
- Startup
bundle exec rake db:create db:migrate # First time only
bundle exec rails server
Default Settings:
- Port: 5432 (Container & Host)
- Config:
config/database.yaml
To create a database:
bundle exec rake db:create
To run migrations, execute the following:
bundle exec rake db:migrate