Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

snap-cloud/snap-cloud-rails

Repository files navigation

A CS169 Project to create a new cloud sharing system for Snap!.

  • Code Climate

  • Build Status

  • Coverage Status

Please see the wiki for documentation about each iteration.

Setting Up

This project uses Rails 4.2 and Ruby 2.2.0.

The Heroku destination for the app is http://ucbsnap.herokuapp.com

  1. CLONE WITH -r git clone -r git@github.com:snap-cloud/snap-cloud.git
  2. You should have rvm or similar installed.
  3. bundle install --without production
  4. git remote add heroku git@heroku.com:ucbsnap.git