A CMS written in ReactJS, Ruby on Rails and Terraform used for learning.
A CMS written in ReactJS, Ruby on Rails and Terraform used for learning. It was
not created with the intention of being a production system. Instead this was my
practice project over the years, used for testing new ideas.
./bin/setup to set up the system./bin/test to run all tests./bin/test spec/models/user_spec.rb to run one test or folder./bin/quality to run code quality checks./bin/dev to start servicesDeployment is managed via GitHub actions
with the following manual steps:
heroku pg:backups:schedule --at '02:00 UTC'
heroku config:set ROLLBAR_CLIENT_TOKEN=xxx
./bin/rails runner 'DailyJob.perform_now'