Skip to content

LedgerProject/eschooltul_backend

Repository files navigation

Eschooltul

CI Ruby Style Guide

Development

Start server: rails server

or if you want webpack with hot reload:

heroku local -f Procfile.dev

Setup

Changing Secrets

  • Using Atom: EDITOR='atom --wait' bin/rails credentials:edit
  • Using VSCode: EDITOR='code --wait' bin/rails credentials:edit

Deploy

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:eschooltul
  • git push eschooltul main:master
  • ssh root@droplet-ip
  • dokku run eschooltul rails db:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published