Add setup.sh and parsing code for configure.conf

This commit is contained in:
Youngkyun Kim
2016-08-28 04:36:02 -04:00
parent 13a67e201d
commit 7f2362ddb4
2 changed files with 30 additions and 9 deletions

View File

@@ -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