Add setup.sh and parsing code for configure.conf
This commit is contained in:
@@ -12,5 +12,6 @@ touch $CONF_PATH
|
||||
echo "project_path=`pwd`" >> $CONF_PATH
|
||||
echo "server_name=gluster" >> $CONF_PATH
|
||||
echo "host_ip=127.0.0.1" >> $CONF_PATH
|
||||
echo "host_port=" >> $CONF_PATH
|
||||
echo "host_user=root" >> $CONF_PATH
|
||||
echo "host_password=secret" >> $CONF_PATH
|
||||
|
||||
Reference in New Issue
Block a user