Update 'volume info' page

This commit is contained in:
Youngkyun Kim
2016-08-20 05:31:55 -04:00
parent c4f1675cc2
commit 1893bd87be
565 changed files with 74737 additions and 3 deletions

8
script/start.sh Executable file
View File

@@ -0,0 +1,8 @@
#! /bin/sh
PORT=3000
SUBDOMAIN=gluster
PROJ_PATH=
$PROJ_PATH/rails s &
lt -p $PORT -s $SUBDOMAIN

3
script/stop.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/sh
pkill ruby