Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangjingqiang/it123
https://github.com/zhangjingqiang/it123
rails ruby
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangjingqiang/it123
- Owner: zhangjingqiang
- License: mit
- Created: 2015-01-20T05:32:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T02:00:38.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T18:44:02.537Z (7 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 2
- 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 => '...' })
```