Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 623 Bytes

File metadata and controls

25 lines (18 loc) · 623 Bytes

Wudi Notepad

Introduction

This is a simple and beautiful notepad:-)

Based on Bootstrap. Hosted on Heroku. Powered by Rails.

Installation

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.