https://github.com/zhangjingqiang/it123
https://github.com/zhangjingqiang/it123
rails ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangjingqiang/it123
- Owner: zhangjingqiang
- License: mit
- Created: 2015-01-20T05:32:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T02:00:38.000Z (over 7 years ago)
- Last Synced: 2025-06-20T23:07:37.966Z (about 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
IT 123
======
Awesome it resources.
# Information
- Hosted on [Heroku](http://it123.herokuapp.com)
- Powered by [Ruby on Rails](http://rubyonrails.org)
# Installation
```ruby
heroku config:set EMAIL=[...]
heroku run rake db:migrate
heroku run rails console
Admin.create!({ :email => '...', :password => '...', :password_confirmation => '...' })
```