Building a WeChat Official Account Management System Based on Alibaba Cloud + Microengine

Building a WeChat Official Account Management System Based on Alibaba Cloud + Microengine

1. Install the microengine operating environment

The LAMP environment (Ubuntu16.04 Apache PHP7.1) used this time
has been installed before, so I won’t repeat it here.

2. Install microengine program

It is necessary to perform remote control and file transfer on LAMP. The software used here is Putty and FileZiila
. Since the download link given in the document is damaged, a new download link is used.

Then import the downloaded file using FileZiila

Run the chown command in SSH to grant permissions to the directory:

chown -R www /data/wwwroot/default
chown -R www /data/wwwroot/default/data

Installation steps:
Set the database password. In SSH run:

grep dbrootpwd /root/oneinstack/options.conf

Will prompt:

dbrootpwd='7V1RaCtD'

The browser opens:

http://ecs公网IP/old/phpMyAdmin

Note: Different systems have different folders and folder names. Please carefully check the folders corresponding to your own system. After entering the account password: After
creating
insert image description here
a new database, enter in the address bar: ecs public network ip/install. php
to enter the registration page to register, and then log in:
insert image description here
After installing the system:
insert image description here
select the role to enter the application console:
insert image description here

3. Use Microengine to manage Official Accounts

To use Microengine, you need to register
first . After registering, log in in the background, and follow the documentation to perform various operations on managing official accounts.

Guess you like

Origin blog.csdn.net/qq_45397526/article/details/107875892