Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure you can access repository: https://gforge6.eufus.eu/svn/catalog_qt

Code Block
> svngit coclone https://gforge6your_gateway_user_name@gforge6.eufus.eu/svngit/catalog_qt

The tool requires the following components to work:

...

Code Block
> service apache2 restart

Configuration of UI

the fastest way:

...

To have access to databases, you must modify the config.json file:

Code Block
{
    "wsdl":"http://portal.eufus.eu

...

/

...

Code Block
./src/ui2/config.php
./src/config.php

You can configure access to the mysql database in a ./src/ui2/config.php file (The data should match those given in the section Creating db schema and Installation of MySQL/MariaDB).

Also configuration of API databases access should be similarly adapted:

Code Block
./src/config_scheduler_db.phpitm/catalog_qt-dev/api_1_0_db/server.php?wsdl",
    "ns":"http://portal.eufus.eu/itm/catalog_qt-dev/api_1_0_db",

    "db_server":"mysql server or hostname",
    "db_type":"mysql or other type",
    "db_user":"mysql user",
    "db_password":"password for user",
    "db_db":"itm_scheduler_db"
}


After all, restart the apache server:

...