gluster-web-interface/README.md

41 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2017-10-22 02:47:10 +00:00
# Gluster Web Interface
2016-04-25 00:47:31 +00:00
A web interface for easier use and management of [Glusterfs](https://gluster.org).
Tested on Linux, OS X (in progress).
2016-08-20 09:32:14 +00:00
2017-10-22 02:47:10 +00:00
## Requirement
2016-04-25 00:47:31 +00:00
* gluster server
* ruby (version: 2.3.3)
2017-10-22 02:47:10 +00:00
* sudo privileges **"without password"** [(see here)](http://askubuntu.com/questions/147241/execute-sudo-without-password)
2016-04-25 00:47:31 +00:00
## Install
2016-04-25 00:47:31 +00:00
``` bash
git clone https://github.com/oss2016summer/gluster-web-interface.git [directory name]
cd [directory name]
2017-10-22 02:47:10 +00:00
script/setup.sh
```
## Usage
``` bash
rails s -b 0.0.0.0
```
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
2019-02-06 07:33:21 +00:00
## Demo
[https://www.youtube.com/watch?v=X1WXZjPlaRE](https://www.youtube.com/watch?v=X1WXZjPlaRE0)
## Contribution
2016-06-17 15:15:44 +00:00
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.
2019-02-06 07:33:21 +00:00