Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.76 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.76 KB

LLT::Arethusa::FileServer

Version Dependencies Build Status Coverage Code Climate

Simple Fileserver for Arethusa

Installation

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

Usage

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.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/llt-arethusa-file_server/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request