Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/e9625f1c901a156c3de609f932f24b6c8f22a938/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