Skip to content

CodeMontage empowers coders to improve their impact on the world. Find open source software projects with a social impact and save the world.

License

Notifications You must be signed in to change notification settings

jschub/codemontage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Welcome to the CodeMontage Platform

CodeMontage empowers coders to improve their impact on the world.

We believe coding can help save the world. With this platform, we aim to help coders everywhere find and contribute to open source projects that improve the world and make us better coders.

Join our mission to create superhero coders! You can get involved by taking any of the following actions:

  1. Register for CodeMontage.
  2. Follow us on Twitter.
  3. Be the change you wish to see by submitting a pull request to improve the platform. Please include a screenshot of any user interface changes with all pull requests.
  4. Suggest an improvement by opening an issue. (We recommend including emojis for maximum effectiveness.)
  5. Reach out to us at hello@codemontage.com.

###Development Environment Setup

CodeMontage currently uses Ruby on Rails version 3.2.13 and Postgres 9.2.2.

To get started,

  • Install Rails. We recommend Rails Installer.
  • Install Postgres. We recommend Postgres App. (If you're using Mac OS X Lion, you may need this fix for Postgres.)
  • Configure the app for your local database by copying database.yml.sample to database.yml and making any changes needed for your database setup (possibly rake db:create).
  • Once your database is created, run rake db:migrate.
  • Load helpful example data into your local database by running rake db:seed.
  • If you'll be developing GitHub-related functionality, register a GitHub API Application using Homepage URL http://localhost:3000 and Authorization callback URL http://localhost:3000/auth/github/callback. Next, set your GitHub-related environment variables when you start your server. e.g. GITHUB_KEY=client_id GITHUB_SECRET=client_secret rails server. You can find the Client ID and Client Secret for your application from the Applications page.

Once you've installed these dependencies, test your setup by running rails server and visiting your site at http://localhost:3000

Congratulations, you're ready to help build CodeMontage!

License

Copyright (c) 2013 Code for Humanity, LLC. See LICENSE for details.

About

CodeMontage empowers coders to improve their impact on the world. Find open source software projects with a social impact and save the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 58.0%
  • CSS 20.9%
  • CoffeeScript 19.8%
  • JavaScript 1.3%