Go to file
bee0005 2f5e7afc80 update 2016-09-21 09:21:33 +00:00
app update 2016-09-21 09:21:33 +00:00
bin Update .gitignore to add bin folder 2016-06-30 15:40:09 +08:00
config update 2016-09-20 12:14:13 +00:00
db update 2016-09-21 09:12:46 +00:00
node_modules Update .gitignore 2016-08-17 14:59:28 -04:00
public Update 2016-09-15 18:58:19 +09:00
script Update 2016-09-20 18:15:42 +09:00
test update 2016-09-20 12:14:13 +00:00
vendor/assets/components/gentelella Add a right to panel tool bar 2016-09-15 20:14:39 +09:00
.bowerrc first commit 2016-04-25 01:47:31 +01:00
.gitignore Update gitignore 2016-08-17 14:54:40 -04:00
.ruby-version heroku_and_production_mode_friendly 2016-07-08 00:39:52 +01:00
Gemfile Add 'gem thin': WebBrick is deprecated 2016-09-14 16:23:13 +09:00
Gemfile.lock Add 'gem thin': WebBrick is deprecated 2016-09-14 16:23:13 +09:00
README.md Add 'sudo privileges to README page' 2016-09-14 12:21:49 +09:00
Rakefile first commit 2016-04-25 01:47:31 +01:00
bower.json first commit 2016-04-25 01:47:31 +01:00
config.ru first commit 2016-04-25 01:47:31 +01:00

README.md

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

  5. sudo privileges "without password" (see here)

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.