Skip to content

4. Running client

Uros Preloznik edited this page Sep 18, 2017 · 13 revisions

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.

Direct access for registered users

http://localhost/gisapp/your_project

Direct public access (if it is enabled)

http://localhost/gisapp/your_project?public=on

Using mobile client

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

Using gisportal

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.

More about gisportal

Other related info

Sessions

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.

Debugging

todo

Clone this wiki locally