>
In view of the compatibility of this RC version with Sae, And the deployment on SAE is slightly different from that on OT, we sorted out the specific deployment methods.
1. Download the website installation package: here
2. Install thinkox locally
3. After the installation is complete, export the installed website database for backup.
4. Make sure that your Sae has enabled all of the four services.
5. After MySQL is enabled, manually import the database exported after installation to step 3]
6. Create a storage domain for uploads
7. Enable kvdb
8. Enable memcache. the recommended size is over 30 mb.
9. package all the installed code files (remove the folders quickpack, runtime, and document; otherwise, the files cannot be decompressed). It must be installed because a key must be correct.
10. Change the database connection in Application \ User \ conf \ config. php to Sae,
This step fixes the problem of background login failure.
11. Enjoy it
In addition, to enable pseudo-static mode on SAE, refer to @ lyiverson's SAE pseudo-static settings.