Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/a86eb5b374cb64773f2b9e92fc78ddf420fb281d/vendor/github.com/arangodb/go-velocypack/.envrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 

8 lines
254 B

export GOBUILDDIR=$(pwd)/.gobuild
export GOPATH=$GOBUILDDIR:$GOPATH
PATH_add $GOBUILDDIR/bin
if [ ! -e ${GOBUILDDIR} ]; then
mkdir -p ${GOBUILDDIR}/src/github.com/arangodb/
ln -s ../../../.. ${GOBUILDDIR}/src/github.com/arangodb/go-velocypack
fi