Simple Fileserver for Arethusa
Add this line to your application's Gemfile:
gem 'llt-arethusa-file_server'
And then execute:
$ bundle
Or install it yourself as:
$ gem install llt-arethusa-file_server
Run rackup to start a fileserver to help in the development of Arethusa's configuration editor.
Port defaults to 8086.
Awaits that the environmental variable ARETHUSA_HOME
is set to
Arethusa's app directory.
- Fork it ( https://github.com/[my-github-username]/llt-arethusa-file_server/fork )
- 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 a new Pull Request