Advanced Search
Search Results
2 total results found
Use Node.js and Express.js with Nginx on a VM using GitHub to deployment
How to install System E-Card
1. Prepare VM Update and install necessary packages: sudo apt update && sudo apt upgrade -y sudo apt install git nodejs npm nginx -y Verify Node.js and npm installation: node -v npm -v Install a process manager like PM2: ...
How to apply HTTPS or SSL to System
How to install System E-Card
1.If enable HTTPS with Certbot Install Certbot: sudo apt install certbot python3-certbot-nginx -y Obtain an SSL certificate: sudo certbot --nginx -d verify.rupp.edu.kh 2. If use own Certificate Make folder letsencrypt-rupp ...