jugstalt / gview-gis

gView GIS - Userfriendly open source GI framework
Apache License 2.0
10 stars 4 forks source link

version 6 #27

Closed charga closed 2 months ago

charga commented 6 months ago

Hi, I update the code with the 6 branch, and notice many changes: The new main entry is gView.WebApps instead of gView.Web, but also ask for a user/password login..

Wich are this user? There is a config file with admin and carto user, but hashed passwords

How can I login?

Thanks in advance

gis-eni commented 6 months ago

Hi, the Password in the config is SHA256 or SH512 encoded. Try "password" ;) The documentation will follow in the next few days.

charga commented 6 months ago

Ok, perfect. Explorer works, Server works, but Carto never start.Something missing?

jugstalt commented 6 months ago

Maybe. There are not all the binary dependencies in the repo. Thridpardy dlls are only in the release installation package. If you compile everything by yourself, you must copy this dependencies to the bin/.../debug/net8/ folder.

I guess, the most missing dependencies are the proj.dll and proj.db (proj4). You can try to copy them from the old gview4 release.

charga commented 6 months ago

great