WebtopTM Administration API (WAAPI) for Linux/x86 
The WebtopTM Administration API (WAAPI) for Linux/x86 can be downloaded here. If you require the WAAPI for another platform,
visit the main WAAPI page.
Installation Instructions
- Save the waapi.tar.gz file to the
directory you want to install into.
Right click menu, "Save Link As".
- Change to the directory you want to install into.
For example, if you want to install the software in the
/home/waapi/ directory, then execute:
cd /home/waapi
- Uncompress waapi.tar.gz:
Uncompress the waapi.tar.gz file by using the following commands from the
directory in which it is located:
gtar xzvf waapi.tar.gz
The files will be saved in a subdirectory called waapi in
the current directory.
- Make sure that execute permissions are set on the
waapi/bin/runwaapi:
chmod a+x waapi/bin/runwaapi
|