/gluster-web-interface

Gluster web interface for managing and using glusterfs more efficiently.

Primary LanguageCSS

Gluster Web Interface

A web interface for easier use and management of Glusterfs.
Tested on Linux, OS X (in progress).

Requirement

  • gluster server
  • ruby (version: 2.3.3)
  • sudo privileges "without password" (see here)

Install

git clone https://github.com/oss2016summer/gluster-web-interface.git [directory name]
cd [directory name]
script/setup.sh

Usage

rails s -b 0.0.0.0

If you want access via public network, use additional module like localtunnel

Demo

https://www.youtube.com/watch?v=X1WXZjPlaRE

Contribution

In the spirit of free software, everyone is encouraged to help improve this project. Here are a few ways you can pitch in:

  • Report bugs or issues
  • Fix bugs and submit pull requests.
  • Write, clarify or fix documentation.
  • Refactor code.