Add contents to README.md and setup.sh

This commit is contained in:
Youngkyun Kim
2016-08-28 03:58:27 -04:00
parent e617fec1ee
commit 13a67e201d
5 changed files with 36 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ class VolumeController < ApplicationController
helper_method :file_directory
def info
file_directory('/home/ubuntu')
file_directory('/opt/gluster-web-interface')
@volumes = Array.new
volume = Hash.new
i = 0