Releases: underpostnet/engine
Release list
v2.7.9
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new app-nameAfter template installation, the server will be running on http://localhost:4001
Package repo and usage info: pwa-microservices-template
v2.7.83
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new app-nameAfter template installation, the server will be running on http://localhost:4001
Package repo and usage info: pwa-microservices-template
v2.7.7
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new app-nameAfter template installation, the server will be running on http://localhost:4001
Package repo and usage info: pwa-microservices-template
v2.7.6
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new app-nameAfter template installation, the server will be running on http://localhost:4001
Package repo and usage info: pwa-microservices-template
v2.7.5
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new app-nameAfter template installation, the server will be running on http://localhost:4001
Package repo and usage info: pwa-microservices-template
v2.7.2
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new app-nameAfter template installation, the server will be running on http://localhost:4001
Package repo and usage info: pwa-microservices-template
v2.7.1
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new app-nameAfter template installation, the server will be running on http://localhost:4001
Package repo and usage info: pwa-microservices-template
v2.6.3
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Create a new project
npm install -g underpostunderpost new my-project-nameAfter template installation, the server will be running on http://localhost:4001
v2.6.2
underpost.net
core server
Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.
Installation
npm installUsage
Run dev
npm run devRun on pm2
npm run pm2Run on docker-compose
npm run start:dockerRun on docker
# build image
docker build . -t engine
# run image
docker run --name engine-instance -p 41061:3001 -p 41062:3002 engineCreate a new project
npm install -g underpostunderpost new my-project-nameAfter template installation, the server will be running on http://localhost:4001
v2.5.1
Develop, build, deploy, monitor, and manage multiple runtime applications on virtual machines or container instances.
Required version environments
Installation
npm installUsage
Run dev
npm run devRun on pm2
npm run pm2Run on docker-compose
npm run start:dockerRun on docker
# build image
docker build . -t engine
# run image
docker run --name engine-instance -p 41061:3001 -p 41062:3002 engine