- You need linux, unix, or mac, node.js v14 or later, pqsql prefered v12
- Clone this
Metaserverless/AppMain
repository - Update
.applications
, put there absolute paths topackages/App1
andpackages/App2
- Run
npm ci --prod=only
just inAppMain
- Run
AppMain/db/setup.sh
- Run
node server.js
fromAppMain
- Open http://127.0.0.1:8001 or http://127.0.0.1:8002 in browser
- Stop with Ctrl+C