Go to file
Youngkyun Kim deb13f88c0 Fix setup script 2017-12-30 04:10:06 +00:00
app Code cleansing 2017-10-29 15:15:18 +09:00
bin Update .gitignore to add bin folder 2016-06-30 15:40:09 +08:00
config Code cleansing 2017-10-29 15:15:18 +09:00
db Fix up importing assets 2017-10-22 15:30:44 +09:00
public Update 2016-09-15 18:58:19 +09:00
script Fix setup script 2017-12-30 04:10:06 +00:00
test update 2016-09-20 12:14:13 +00:00
.bowerrc first commit 2016-04-25 01:47:31 +01:00
.eslintrc up 2016-10-03 06:14:14 +00:00
.gitignore Add gentelella to gitignore, update readme, update setup.sh 2017-10-22 13:24:13 +09:00
.ruby-version Add gentelella to gitignore, update readme, update setup.sh 2017-10-22 13:24:13 +09:00
Gemfile Add scope resolution to Routes and Controllers 2017-10-29 14:28:22 +09:00
Gemfile.lock Fix up importing assets 2017-10-22 15:30:44 +09:00
README.md Add gentelella to gitignore, update readme, update setup.sh 2017-10-22 13:24:13 +09:00
Rakefile first commit 2016-04-25 01:47:31 +01:00
bower.json Add gentelella to gitignore, update readme, update setup.sh 2017-10-22 13:24:13 +09:00
config.ru first commit 2016-04-25 01:47:31 +01:00

README.md

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

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.