
Members submitted interchangeable versions and made some fixes and modifications. The file is relatively large and difficult to build. There are no detailed measurements. If you need to install tutorials, you can learn and download them yourself
AS Latest Version 3.6.1
Xcode latest 11.4.1
OSS Qiniu
Tencent Short Video SDK
Instant messaging Aurora
Web background configuration
System Settings-> Public Settings Configure domain names and addresses based on online environment Note Notes
System settings-> Privacy settings are modified based on the requested third-party sdk platform account
Use the latest version of Pagoda in the background of the web page
Pagoda installation
nginxphp5.6mysql5.7.23redis
Add site import database
Upload the webpage code to the root directory of the site
Go to the root directory api/Config directory
Modify app.php
redis configuration
ciphering configuration
Whether encryption is enabled in ds
Ignore is to ignore the encrypted interface. The interfaces configured in this array will not be encrypted and decrypted
If you use local storage
You cannot modify the UCloud->host value to the directory corresponding to the current site address
Modify dbs.php
Modify database configuration
Site settings pseudo-static
Location/{
if(!- e$request_filename){
Finally rewrite ^(.*)$/ index.php? s=$1; rest;
}
}
Location/socket.io/{
proxy_passhttp://127.0.0.1:19967;
proxy_http_version1.1;
proxy_set_header upgrade $http_upgrade;
proxy_set_header connection is "upgraded";
proxy_set_header host $host;
proxy_cache_bypass$http_upgrade;
}
Swordsman source code pagoda install PM2
sshroot logs in to the server to the current site directory
Go to the LiveNewIM directory
Modify config.js configuration
Pay attention to filling in the redis address password port library
WEBADDRESS Address Enter the external network address of the website
Modify the first line of website address in exposure.js
Then execute pm2startnpm nameLiveNewIM start//Be sure to pay attention to spaces here
Go to the dspIM directory
Modify the first line of website address in exposure.js
Execute pm2startnpm nameDspJob start
Comments0