Start server: rails server
or if you want webpack with hot reload:
heroku local -f Procfile.dev
- Ask first for a master key: https://guides.rubyonrails.org/security.html#custom-credentials
bundle installyarn installrails db:setup
- Using Atom:
EDITOR='atom --wait' bin/rails credentials:edit - Using VSCode:
EDITOR='code --wait' bin/rails credentials:edit
The app is hosted at DigitalOcean using Dokku.
The deploy is done via Github Actions on the main branch, but you can do the deploy manually:
git remote add eschooltul dokku@droplet-ip:eschooltulgit push eschooltul main:masterssh root@droplet-ipdokku run eschooltul rails db:migrate