This page describes how to deploy webims-backend-api on a PHP server with Apache and MySQL.
- Download latest version of webims-backend-api (source code and database file).
- Valid SSL keys and certificates.
- Stop Apache and MySQL services.
- Copy webims-backend-api
api
directory to the Apache server rootDocumentRoot
directory specfied in the httpd.conf file. - Open PHP configration file \php\php.ini and uncomment
extension=ldap
,extension=pdo_mysql
, ensuringextension_dir
string is correctly set. - Copy Certificate Signing Request, Key, Certificate files to \apache\conf\ssl.csr, ssl.key and ssl.crt accordingly.
- Deploy database with the database file downloaded. Connect to database in database.php.
- Modify LDAP server connection in login.php.
- Start Apache and MySQL services.
- Confirm webserver is operating with your browser.