This is the project of the official site of Alumni Association of Tengzhou No.1 High School, based on Ruby on Rails.
- Initilize database:
rake db:migrate:reset && rake db:setup(orbundle exec rake db:migrate:reset && rake db:setup) - We are using redis for cache, session and sidekiq. Please install redis and setup the configuration of redis in file(
config/secrets.yml) - Run sidekiq:
bundle exec sidekiq -C config/sidekiq.yml(and you could viewhttp://localhost:3000/sidekiq/queuesto view the monitor) - If you change the JavaScript codes, please run gulp to compile them, execute
gulp
- Node Categories: use plural for countable nouns, eg. schools, interests
- Node: use singular for countable nouns, eg. doctor, programmer
You could find all the TODOs right here: https://github.com/imWildCat/tzyz/labels/enhancement (Issues labelled enhancement).
You are supposed to use English everywhere in this project except Chinese words in the views. Before starting, please contact @imWildCat for more details.
The MIT License.