Brewer::Server
This gem is a web interface for llamicron/brewer
Installation
Add this line to your application's Gemfile:
gem 'brewer-server'
And then execute:
$ bundle
Or install it yourself as:
$ gem install brewer-server
Usage
Run
$ brewer-server -p [port]
replacing, [port] with a port of your choosing. Ports under 1024 will need sudo.
Visit localhost:[port]
If you're working on a raspberry pi as is intended, replace localhost with the ip of the pi, eg. 192.168.0.224:8080
Contributing
Bug reports and pull requests are welcome on GitHub.
License
The gem is available as open source under the terms of the MIT License.
Luke Sweeney, 2017