https://github.com/zhangjingqiang/wudi-notepad
https://github.com/zhangjingqiang/wudi-notepad
rails ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangjingqiang/wudi-notepad
- Owner: zhangjingqiang
- Created: 2012-11-24T08:29:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T15:04:45.000Z (over 9 years ago)
- Last Synced: 2025-01-11T01:44:17.804Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 741 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wudi Notepad
============
# Introduction
This is a simple and beautiful notepad:-)
Based on [Bootstrap](http://twitter.github.com/bootstrap).
Hosted on [Heroku](http://wudi-notepad.herokuapp.com).
Powered by [Rails](http://rubyonrails.org).
# Installation
```ruby
heroku config:set MAILER_DOMAIN=[...]
heroku config:set MAILER_USERNAME=[...]
heroku config:set MAILER_PASSWORD=[...]
heroku run rake db:migrate
heroku run rails console
Admin.create!({ :email => '...', :password => '...', :password_confirmation => '...' })
```
# License
It is released under the [MIT License](http://www.opensource.org/licenses/MIT).