-
Notifications
You must be signed in to change notification settings - Fork 31
4. Running client
Once you are finished with database configuration for your project you can access it in following ways:
You have to use exactly the same project name as it is in database, including correct case.
http://localhost/gisapp/your_project
http://localhost/gisapp/your_project?public=on
Mobile client is started automatically when using smart phone, to force mobile client on other device add mobile=on
parameter to URL. Mobile Hello World example:
http://localhost/gisapp/helloworld?mobile=on
Gisportal is separate repository which you can install and works with existing gisapp database. Purpose is to register/login and to browse and open projects with permissions to the user. Single login without the need to login for every project.
EQWC uses PHP sessions to store each logged-in user information on server. Default PHP session timeout is 1440 seconds (24 minutes). You can extend that time by adjusting variable session.gc_maxlifetime in php.ini.
todo