deployement is now single click

This commit is contained in:
Suraj Patil 2016-08-30 21:04:59 +05:30
parent 2281f2ffe5
commit cf1edf72e8
1 changed files with 9 additions and 0 deletions

9
install.sh Normal file
View File

@ -0,0 +1,9 @@
echo "changing directory to Tasks"
cd $GOPATH/src/github.com/thewhitetulip/Tasks
echo "creating table"
cat schema.sql | sqlite3 tasks.db
echo "building the go binary"
go build -o Tasks
echo "starting the binary"
./Tasks