cd Sites/
(or wherever you like to store projects locally)git clone [email protected]:sdruby/merbcamp.git merbcamp
- Switch to Ruby 2.7.7 with the Ruby version manager of your choice (this
should happen automatically from the
.ruby-version
file) bundle install
- Run
bundle exec foreman start
to launch the app.
The app is hosted on a dokku-managed droplet on Digital Ocean.
git remote add droplet [email protected]:merbcamp
to add droplet remotegit push droplet master
to deploy the changes
- Changes not showing up locally? This is because the app is set to cache pages by default. If you make local changes, you may not see them until the caching is removed or expires on its own. To review the caching, remove the cache control headers in
app.rb
.