Skip to content

Pl1997/bridge

 
 

Repository files navigation

DOM Cloud Bridge

The core script runner to control any server which has Virtualmin and Phusion Passenger boot together. To be used to control a server booted with DOM Cloud Docker Instance.

Self Installation

Note: You can't put this service under Phusion Passenger because it will be killed during NginX reconfiguration so please use instruction below to run it under pm2.

  1. git clone https://github.com/domcloud/dom-next-rootkit/ .
  2. Run init script sh ./tools-init.sh
  3. Paste the final message to root user (so sudoutil.js can be run as root)
  4. npx pm2 start app.js && npx pm2 save
  5. Paste the final message to root user (so the app.js can be run as daemon)
  6. Put tools-init.nginx.conf to NGINX config. Adjust accordingly.

About

The core script runner to control any server which has Virtualmin and Phusion Passenger boot together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.4%
  • Shell 2.3%
  • HTML 1.3%