Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benweissmann/mitdoodle
MIT Cert-Authenticated Doodle
https://github.com/benweissmann/mitdoodle
Last synced: 29 days ago
JSON representation
MIT Cert-Authenticated Doodle
- Host: GitHub
- URL: https://github.com/benweissmann/mitdoodle
- Owner: benweissmann
- Created: 2012-07-05T00:45:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-15T16:59:07.000Z (over 11 years ago)
- Last Synced: 2024-10-28T13:07:59.215Z (2 months ago)
- Language: JavaScript
- Homepage: http://mitdoodle.mit.edu
- Size: 457 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# MITDoodle
A Doodle clone that uses MIT Certificates for authentication
## Setup
1. create `config/database.yml`. You can copy `config/database.example.yml`, which is a sample configuration that uses SQLite.
2. copy `config/google.example.yml` to `config/google.yml` and put in your api key
3. edit `MITDOODLE_HOME` in `config/initializers/paths.rb` to point to your host and `MITDOODLE_PERMALINK_HOME` to point to where URL shortener links should point to (this can be the same as `MITDOODLE_HOME`)
4. standard Rails procedure to set up and start (`bundle install` to install gems; `rake db:create` to create database; `rake db:schema:load` to load schema; `rails s` to run server)## Contributing
Fork the repo on GitHub, make your changes, and submit a pull request.