Getting started
Installation & Setup
Administration
Audience Management
Email Marketing
Developers
Help
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.
- Unzip the Oempro package:
- Change file permissions:
- Execute the installer script:
- Answer the questions and the installer script will initialize the Oempro environment:
- Once prompted on your terminal screen, open your web browser and visit the web based installation utility to complete the installation process:
cd /opt/oempro/
unzip oemproXXX.zip
chmod -R 0755 install/install.sh
chmod -R 0777 data
chmod -R 0777 system/storage/
chmod -R 0777 system/bootstrap/cache/
mkdir _dockerfiles/elasticsearch/data
chmod -R 0777 _dockerfiles/elasticsearch/data
mkdir _dockerfiles/mysql/data
chmod -R 0777 _dockerfiles/mysql/data
mkdir _dockerfiles/mysql/log
chmod -R 0777 _dockerfiles/mysql/log
mkdir _dockerfiles/rabbitmq/data
chmod -R 0777 _dockerfiles/rabbitmq/data
mkdir _dockerfiles/redis/data
chmod -R 0777 _dockerfiles/redis/data
cd install/
./install.sh
>>> 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.
http://your-oempro-domain.com/install/
You will be asked to enter admin account information, MySQL credentials, and Oempro path information. You may refer to these default values:
>>> Application Path: /var/www/html
>>> Application URL: http://your-oempro-domain.com
>>> MySQL Host: 192.168.99.108
>>> MySQL Username: oempro
>>> MySQL Password: ******
>>> MySQL Database: oempro
>>> Administrator Name: **** *****
>>> Administrator Email Address: ******@*****.***
>>> Administrator Username: ******
>>> Administrator Password: ******
Once you click the button, the web based installation utility will complete the process and display a success screen.
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 →
On this page
©Copyright Octeth, Inc. All rights reserved.