- git clone $repository
- yum install gcc-c++
- npm ci
- copy correct
.env
file - pm2 start src/index.js (change the process port and test with admin UI)
- db schema migration:
user
andecpartner
- point web address
- frontend UI -> DomainName:8088 -> aws:elb -> backend process
frontend 要修改寫死的 master key
從
store/modules/users.js
這邊進去修改。