|
@@ -4,6 +4,5 @@ fw_depends go
|
|
|
|
|
|
sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/benchmark/conf/app.conf
|
|
|
|
|
|
-go get -u github.com/robfig/revel/revel
|
|
|
-go build -o bin/revel github.com/robfig/revel/revel
|
|
|
+go get -u github.com/revel/cmd/revel
|
|
|
bin/revel run benchmark prod &
|