50f5f86109
from: bower to: gem (https://github.com/mwlang/gentelella-rails) |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
public | ||
script | ||
test | ||
.eslintrc | ||
.gitignore | ||
.ruby-version | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
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.