https://github.com/joelburget/benchmarks
OSU RSRG benchmarks website
https://github.com/joelburget/benchmarks
Last synced: 3 months ago
JSON representation
OSU RSRG benchmarks website
- Host: GitHub
- URL: https://github.com/joelburget/benchmarks
- Owner: joelburget
- Created: 2010-06-22T02:22:18.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-14T23:55:20.000Z (about 14 years ago)
- Last Synced: 2025-03-20T14:52:53.695Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
OSU RSRG Benchmarks Website
===========================This is the README for the OSU RSRG Benchmarks website. See the TODO file for work-in-progress information.
Deployment
----------- Change the SECRET_KEY
- ...Edit and place the following in email_settings.py to allow user registrations:
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = 'PASSWORD'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
ADMIN_EMAIL = '[email protected]'Note: Emails for manual confirmation of user accounts will be sent to ADMIN_EMAIL.
CSS Workflow
------------CSS development is done using [LessCSS](http://lesscss.org/index.html). See the homepage for installation (requires ruby/rubygems). To use less, code your CSS in a .less file, and compile it to css with lessc:
$ vim benchmarks.less
...
$ lessc benchmarks.less
$ ls
benchmarks.css benchmarks.lessCredits
-------The [Fugue](http://p.yusukekamiyamane.com) iconset was used in this project.