yarn installbundle installbundle exec rake db:create db:migratebundle exec rake db:seedgem install foremanforeman start -f Procfile.dev
bundle exec rake db:drop
Then run the setup steps
> Experience.create(code: "some code")
> experience = Experience.find_by(code: "some code")> experience.destroy
Merging to main is fine for now, this project is still in a prototype and there are no negative consequences that can occur.
Make sure to push up the main branch if you merge it locally and want to deploy
- Navigate to the cctv render web service
- Click Manual Deploy and either select a commit, or commit the latest if you've just merged