Go to file
2016-09-04 15:57:43 +00:00
app update 2016-09-04 15:57:43 +00:00
bin
config update 2016-09-02 07:20:14 +00:00
db
node_modules Update .gitignore 2016-08-17 14:59:28 -04:00
public Update volume controller 2016-08-27 07:50:36 -04:00
script Add setup.sh and parsing code for configure.conf 2016-08-28 04:36:02 -04:00
test Update .gitignore 2016-08-17 14:59:28 -04:00
vendor/assets/components/gentelella update 2016-09-04 06:17:44 +00:00
.bowerrc
.gitignore Update gitignore 2016-08-17 14:54:40 -04:00
.ruby-version
bower.json
config.ru
Gemfile
Gemfile.lock
Rakefile
README.md Add contents to README.md and setup.sh 2016-08-28 03:58:27 -04:00

Gluster Web Interface

Gluster client web interface for managing and using glusterfs more efficiently.

Requirement:

  1. glusterfs server and client(to be installed)

  2. ruby (2.2.3 or more)

  3. rails

  4. sshpass

Setup:

  1. Clone this repo : git clone https://github.com/oss2016summer/gluster-web-interface.git

  2. cd gluster-web-interface

  3. script/setup.sh

  4. fix configure.conf

  5. rails s

That's it!

Navigate to http://localhost:3000

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

Contributing

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.