gluster-web-interface/README.md
2016-08-28 03:58:27 -04:00

43 lines
959 B
Markdown

**Gluster Web Interface**
---------------------------
[Gluster](https://gluster.org) 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](https://github.com/localtunnel/localtunnel)
**Contributing**
In the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), 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.