Versions Compared

Key

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

...

Code Block
prefix=/some_dir/libs/gsoap/2.7
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: GSoap
Description: SOAP C Web Services
Version: 2.7


Libs: -L${libdir} -lgsoap
Cflags: -DWITH_DOM -I${includedir}

Installation of IMAS UAL

Current version of Catalog QT requires at least imas/3.20.0/ual/3.8.3. Make sure to have IMAS properly installed and configured at your target host.

Installation of CLI tools

Checking out repository

Make sure you can access repository: https://gforge6.eufus.eu/svn/catalog_qt, before proceeding any further.

Code Block
> svn co https://gforge6.eufus.eu/svn/catalog_qt

Catalog QT tools are divided into small sub-projects

Code Block
.
|-- C4gsoap                  - gSOAP communication layer in C++
|-- catalogScheduler         - command line for data submission (called by user)
|-- catalogTools             - helper classes shared between projects
|-- catalogUpdateProcess     - process that actually performs data collection (executed on server machine)
|-- dbAPI                    - API for database calls - shared between projects
|-- docs                     - documentation
|-- examples                 - sample files
|-- modules                  - module for the project (used by users)
|-- resources                - place, where gSOAP layer is generated
|-- scripts                  - helper scripts (store_data.sh, store_machine.sh)
`-- src                      - UI - whole server part (UI); described later in this specification