Skip to content

notthepoint/mentoring.io

 
 

Repository files navigation

mentoring

Build Status ![Gitter](https://badges.gitter.im/Join Chat.svg)

Connecting mentors and students.

Getting started

Install Ruby 2.1.2

Using rvm

rvm install 2.1.2

Using rbenv

rbenv install 2.1.2
rbenv global 2.1.2

Install the gems

gem install bundler
bundle install --without production

Setup the database

bundle exec rake db:create

Enable Github authentication

Create an application at https://github.com/settings/applications/new with http://localhost:3000 as the Homepage URL and http://localhost:3000/members/auth/github/callback as the Authorization callback URL.

Once your development application is setup, create a file named .env in the root of the application folder with the GitHub key and secret like so:

GITHUB_KEY=YOUR_KEY
GITHUB_SECRET=YOUR_SECRET

Note: Windows doesn't like creating a file named .env so do the following from a cmd prompt in your application folder:

echo GITHUB_KEY=YOUR_KEY >> .env
echo GITHUB_SECRET=YOUR_SECRET >> .env

Run the tests

bundle exec rake

Third Party Libraries

Testing

Team

  • Despo Pentara
  • Rosa Fox
  • Kriszta Matyi
  • Dorothy Wingrove

About

mentoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.7%
  • CSS 15.3%
  • JavaScript 1.0%