dbweb
dbweb copied to clipboard
Moved to https://gitea.com/xorm/dbweb
Also sort the list of tables.
I am trying to install `go install github.com/go-xorm/dbweb` but get this error ``` go/src/github.com/denisenkom/go-mssqldb/mssql_go19.go:14:2: cannot find package "cloud.google.com/go/civil" in any of: /usr/lib/go-1.10/src/cloud.google.com/go/civil (from $GOROOT) /home/xlavecat/go/src/cloud.google.com/go/civil (from $GOPATH) ```
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...
I am getting this error: panic: open templates: no such file or directory
hi. i done installing dbweb and making a database that the server port is the port of my go app server. after that i run my app server and then...