go-xorm / dbweb

Moved to https://gitea.com/xorm/dbweb
188 stars 46 forks source link

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

Open dzpt opened 6 years ago

dzpt commented 6 years ago

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

lunny commented 6 years ago

TAGS="bindata" make generate build

dzpt commented 6 years ago

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

lunny commented 6 years ago
cd $GOPATH/src/github.com/go-xorm/dbweb
TAGS="bindata" make generate build