Skip to content

ga-dc/spacey

Repository files navigation

Spacey

Local Setup

$ git clone [email protected]:ga-dc/spacey.git
$ cd spacey
$ bundle install
$ figaro install
$ rake db:create db:schema:load db:seed

in config/application.yml, add:

google_key: "your client id here"
google_secret: "your client secret here"

Start the server with rails s

Contributing

Submit a pull request to this repository. Check out https://github.com/ga-dc/spacey/issues if you're looking for something to work on

Deployment

Deployment for this application is handled via jenkins at http://ci.wdidc.org/job/spacey/

Any push/pull request to this repository will trigger a build. If all the tests pass, Jenkins will push code to production server and restart the rails application.

About

Space management tool for the DC campus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published