gluster-web-interface/README.md

41 lines
1.0 KiB
Markdown
Raw Normal View History

2016-08-28 07:58:27 +00:00
**Gluster Web Interface**
2016-04-25 00:47:31 +00:00
---------------------------
2016-08-28 07:58:27 +00:00
[Gluster](https://gluster.org) client web interface for managing and using glusterfs more efficiently.
2016-04-25 00:47:31 +00:00
2016-08-22 08:07:57 +00:00
2016-08-28 07:58:27 +00:00
*Requirement:*
1. glusterfs server and client(to be installed)
2016-04-25 00:47:31 +00:00
2016-08-28 07:58:27 +00:00
2. ruby (2.2.3 or more)
2016-04-25 00:47:31 +00:00
2016-08-28 07:58:27 +00:00
3. rails
2016-04-25 00:47:31 +00:00
2016-09-28 10:58:37 +00:00
4. sudo privileges **"without password"** [(see here)](http://askubuntu.com/questions/147241/execute-sudo-without-password)
2016-09-14 03:21:49 +00:00
2016-06-17 15:15:44 +00:00
2016-08-28 07:58:27 +00:00
*Setup:*
1. Clone this repo : git clone
https://github.com/oss2016summer/gluster-web-interface.git
2016-08-20 09:32:14 +00:00
2016-08-28 07:58:27 +00:00
2. cd gluster-web-interface
2016-04-25 00:47:31 +00:00
2016-08-28 07:58:27 +00:00
3. script/setup.sh
2016-04-25 00:47:31 +00:00
2016-09-24 06:47:30 +00:00
4. rails s
2016-04-25 00:47:31 +00:00
2016-08-28 07:58:27 +00:00
That's it!
2016-06-17 15:15:44 +00:00
2016-08-28 07:58:27 +00:00
Navigate to http://localhost:3000
2016-04-25 00:47:31 +00:00
2016-08-28 07:58:27 +00:00
If you want access via public network, use additional module like [localtunnel](https://github.com/localtunnel/localtunnel)
2016-06-17 15:15:44 +00:00
**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.
2016-07-08 02:14:59 +00:00
- Refactor code.