app | ||
bin | ||
config | ||
db | ||
node_modules | ||
public | ||
script | ||
test | ||
vendor/assets/components/gentelella | ||
.bowerrc | ||
.gitignore | ||
.ruby-version | ||
bower.json | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
README.md |
Gluster Web Interface
Gluster client web interface for managing and using glusterfs more efficiently.
Requirement:
-
glusterfs server and client(to be installed)
-
ruby (2.2.3 or more)
-
rails
-
sshpass
Setup:
-
Clone this repo : git clone https://github.com/oss2016summer/gluster-web-interface.git
-
cd gluster-web-interface
-
script/setup.sh
-
fix configure.conf
-
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.