This repository has been archived by the owner on Mar 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fad9a9
commit 702e718
Showing
2 changed files
with
38 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,38 @@ | ||
# [snap-cloud][hk-app] | ||
A CS169 Project to create a new cloud sharing system for [Snap<i>!</i>][sbe]. | ||
|
||
* [![Code Climate](https://codeclimate.com/github/snap-cloud/snap-cloud/badges/gpa.svg)](https://codeclimate.com/github/snap-cloud/snap-cloud) | ||
[![Code Climate](https://codeclimate.com/github/snap-cloud/snap-cloud/badges/gpa.svg)](https://codeclimate.com/github/snap-cloud/snap-cloud) [![Build Status](https://travis-ci.org/snap-cloud/snap-cloud.svg?branch=master)](https://travis-ci.org/snap-cloud/snap-cloud) [![Coverage Status](https://coveralls.io/repos/snap-cloud/snap-cloud/badge.svg?branch=master)](https://coveralls.io/r/snap-cloud/snap-cloud?branch=master) [![Test Coverage](https://codeclimate.com/github/snap-cloud/snap-cloud/badges/coverage.svg)](https://codeclimate.com/github/snap-cloud/snap-cloud) [![Inline docs](http://inch-ci.org/github/snap-cloud/snap-cloud.svg?branch=master)](http://inch-ci.org/github/snap-cloud/snap-cloud) [![Dependency Status](https://gemnasium.com/snap-cloud/snap-cloud.svg)](https://gemnasium.com/snap-cloud/snap-cloud) | ||
|
||
* [![Build Status](https://travis-ci.org/snap-cloud/snap-cloud.svg?branch=master)](https://travis-ci.org/snap-cloud/snap-cloud) | ||
For CS169: Please see the [wiki][wiki] for documentation about each iteration. | ||
|
||
* [![Coverage Status](https://coveralls.io/repos/snap-cloud/snap-cloud/badge.svg?branch=master)](https://coveralls.io/r/snap-cloud/snap-cloud?branch=master) | ||
|
||
Please see the [wiki][wiki] for documentation about each iteration. | ||
# What is Snap<i>!</i>? | ||
This section is `TODO` | ||
- Snap<i>!</i> GH Repo | ||
- Snap<i>!</i> homepage | ||
- scratch site | ||
|
||
## Setting Up | ||
This project uses Rails 4.2 and Ruby 2.2.0. | ||
This (currently) project uses Rails 4.2.1 and Ruby 2.2.1, and aims to be always | ||
up to date! | ||
|
||
The Heroku destination for the app is `http://ucbsnap.herokuapp.com` | ||
The Heroku destination for the app is `https://ucbsnap.herokuapp.com` | ||
|
||
1. **CLONE WITH `-r`** `git clone -r [email protected]:snap-cloud/snap-cloud.git` | ||
1. You should have `rvm` or similar installed. | ||
2. `bundle install --without production` | ||
3. `git remote add heroku [email protected]:ucbsnap.git` | ||
|
||
[hk-app]: http://ucbsnap.herokuapp.com | ||
[hk-app]: https://ucbsnap.herokuapp.com | ||
[sbe]: http://snap.berkeley.edu | ||
[wiki]: https://github.com/snap-cloud/snap-cloud/wiki/Iteration-0-Deliverables | ||
[wiki]: https://github.com/snap-cloud/snap-cloud/wiki/Iteration-0-Deliverables | ||
|
||
## Development Notes | ||
|
||
* GitHub Flow [link needed...] | ||
|
||
* The awesome print gem | ||
``` | ||
$ rails console | ||
> require 'awesome_print' | ||
ap SomeObject | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters