
The background installation process is as follows:
First, you need to create a new site in the Pagoda pane and make sure that the site uses PHP version 7.2, 7.3, or 7.4. Then, upload the downloaded archive to the root directory of the site and set the running directory to/public.
After completing the site setup, the next step is the configuration of the database. You need to import the database file, which is located in/db.sql in the zip package. Ensure that database files are imported correctly to provide data support.
After importing the database, you also need to modify the database connection configuration. The configuration file is located in/.env. You need to open the file and fill in the correct database connection information based on the actual situation.
When the system configuration is completed and before formal use, please make sure that debugging mode is turned off. You can find the debugging mode setting in the first line of the/.env file, just change true to false.
After the installation is complete, you can log in to the backend management system by accessing a specific backend address. The address of the hypervisor backend is http://domain name/super, the initial account is super, and the password is 123456. Please be sure to change your password in time after logging in for the first time to ensure account security.
In addition, the user's backend address is http://domain name/admin, the initial account is admin, and the password is also 123456. Similarly, please be sure to change your password in time after logging in to the user background for the first time.
Comments0