Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangjingqiang/it123


https://github.com/zhangjingqiang/it123

rails ruby

Last synced: 3 days ago
JSON representation

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 => '...' })
```