dbweb icon indicating copy to clipboard operation
dbweb copied to clipboard

Asset file does not exist: langs/locale_en-us.ini

Open dzpt opened this issue 6 years ago • 3 comments

After installation and run, got this error

2018/07/13 10:44:09 [Info] main.go:56 dbweb version 0.2.0329 2018/07/13 10:44:09 [Info] main.go:57 home dir is /var/www/go/bin panic: Asset file does not exist: langs/locale_en-us.ini

goroutine 1 [running]: main.main() /var/www/go/src/github.com/go-xorm/dbweb/main.go:74 +0x61b

dzpt avatar Jul 13 '18 10:07 dzpt

TAGS="bindata" make generate build

lunny avatar Jul 15 '18 08:07 lunny

@lunny can you please tell me where to run? got this error: make: *** No rule to make target generate'. Stop.` after run in $GOPATH

dzpt avatar Jul 16 '18 07:07 dzpt

cd $GOPATH/src/github.com/go-xorm/dbweb
TAGS="bindata" make generate build

lunny avatar Jul 20 '18 02:07 lunny