Skip to content

yatemmma/curry_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curry_notes

To share the curry recipes to friends

Usage

Install

$ bundle install --path vendor/bundle
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rails s

Set title

$ export NOTE_TITLE="Curryノート"

Basic authentication

$ export BASIC_AUTH_USERNAME="hoge"
$ export BASIC_AUTH_PASSWORD="pass"

Heroku

Set environment arguments

$ heroku config:set NOTE_TITLE="Curryノート" BASIC_AUTH_USERNAME="hoge" BASIC_AUTH_PASSWORD="pass" --app "app_name"

License

Released under the MIT License.

Author

yatemmma

About

To share the curry recipes to friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published