Rakurai is Basic Authentication Pass Server
Git clone
$ git clone https://github.com/naoto/rakurai.git
And then execute:
$ bundle install
Or Bundlizer install
$ bundlizer install naoto/rakurai
Write config.yaml
- base_uri: Send Server URL to Root
- username: Basic Authentication User
- password: Basic Authentication Pass
$ bundle exec bin/rakurai
execute Option
-p
,--port
:Ruckup Port
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request