mokolabs / summerofrails

Website for summerofrails.org

Home Page:http://summerofrails.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summer of Rails

Getting started

Clone the app

  1. cd Sites/ (or wherever you like to store projects locally)
  2. git clone git@github.com:mokolabs/summerofrails.git summerofrails

Configure the app and bundle install

  1. Switch to Ruby 2.7.7 with the Ruby version manager of your choice (this should happen automatically from the .ruby-version file)
  2. bundle install

Launch the app

  1. Run bundle exec foreman start to launch the app.

Deploy the app

The app is hosted on a dokku-managed droplet on Digital Ocean.

  1. git remote add droplet dokku@droplet.mokolabs.com:summerofrails to add droplet remote
  2. git push droplet master to deploy the changes

About

Website for summerofrails.org

http://summerofrails.org


Languages

Language:HTML 92.5%Language:CSS 5.4%Language:Ruby 2.0%Language:Procfile 0.1%