GitXplorerGitXplorer
m

coding-mentors

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
5a5fec541ba960bbc6d7b7254823fdb990b1ab41

Add LICENSE

mmarkmcspadden committed 15 years ago
Unverified
d0450011f2bcbaa3c146046d46026076400839a9

Clean up copy on mentorships/created and referance new resources page

mmarkmcspadden committed 15 years ago
Unverified
b1b8a1f6a9d42119eb29f6cf0ddeedb898496a36

Add resources to the guide

mmarkmcspadden committed 15 years ago
Unverified
041db9db19b61a47dabe6483abd630ff47ed200e

Change support email to codingmentors@gmail.com

mmarkmcspadden committed 15 years ago
Unverified
388c58c9b321b5e003eaeb104b720aac6b0918cc

Add mark's email as the support email

mmarkmcspadden committed 15 years ago
Unverified
05ca09a86c9f2a00410825ebfe02b686c1b9f2aa

Add content to about page

mmarkmcspadden committed 15 years ago

README

The README file for this repository.

== Welcome to Coding Mentors

That's what we are and that's what we're doing. Feel free to jump in and help out.

== Installation

=== SITE KEY FOR SALTED/HASHED PASSWORDS

  • Create config/initializers/site_keys_dev.rb OR config/initializers/site_keys_pro.rb based off of config/initializers/site_keys.rb
  • Change KEY in your new site_keys_xxx.rb

=== RECAPTCHA

  • Create a global key at recaptcha.net. (You can tie the key to a domain if you'd like, but global is easiest to get up and running)
  • Create config/initializers/recaptcha_dev.rb OR config/initializers/recaptcha_pro.rb based off of config/initializers/recaptcha.rb
  • Change KEY in your new recaptcha_xxx.rb to match your public and private key from RECAPTCHA

== Contributors

  • Mark McSpadden
  • Derek Lane

== License

See LICENSE