Octeth Training Center
Octeth Training Center
Oempro Installation

Oempro Installation

Oempro Installation

ℹ️
If you haven’t prepared your server for Oempro installation yet, please read Server Setup chapter first.

In the previous chapter, we have prepared our server for Oempro installation. Now, we will proceed with preparing the Oempro directory and executing the install utility.

  1. Unzip the Oempro package:
  2. cd /opt/oempro/
    unzip oemproXXX.zip
  3. Change file permissions:
  4. Register the installation domain and download the license.dat file from Octeth Client Area
  5. Execute the installer script:
  6. cd install/
    ./install.sh
  7. Answer the questions and the installer script will initialize the Oempro environment:
  8. >>> Do you want to generate passwords automatically? [Y/N] => Y
    >>> Are you ready?(y,n) [n]? y
    >>> Enter MySQL host: [localhost] 192.168.99.108
    >>> Enter MySQL port: [3306] 3306
    >>> Enter MySQL database name: [oempro] oempro
    >>> Enter MySQL username: [] oempro
    >>> Enter MySQL password: [] *********

    The information displayed above is for information only. During the install.sh installation process, the installer will display you the correct information based on your system settings.

  9. Once prompted on your terminal screen, enter requested information such as application path, application URL, MySQL credentials, administrator account information to continue with the installation process:
  10. You may refer to these default values:

    Once you click the button, the web based installation utility will complete the process and display a success screen.

  11. As the last step, configure the inbound email gateway SMTP server. Simply change your directory to:
  12. cd /opt/oempro/_dockerfiles/inbound-smtp-server
  13. Create the config.json file based on the example file:
  14. cp config.json.example config.json
  15. Copy the ADMIN API Key from /opt/oempro/data/config.inc.php file and add it to the `config.json` file:
  16. cat /opt/oempro/data/config.inc.php | grep ADMIN_API_KEY
    vi cd /opt/oempro/_dockerfiles/inbound-smtp-server/config.json
  17. Paste your ADMIN API key to the config.json file:

Installation is completed.

Before using Oempro, please make sure that you either delete or rename the install directory:

rm -rf /opt/oempro/install

Now you can login to the admin area to start setting up your system:

http://your-oempro-domain.com/app/admin/

Next →

SSL CertificatesSSL Certificates

On this page

  • Oempro Installation
💠
image

Homepage Customer Area Community Portal Contact Us

Footer Social Icons

©Copyright Octeth, Inc. All rights reserved.