forked from theRAPTLab/meme
-
Notifications
You must be signed in to change notification settings - Fork 1
Digital Ocean Deployment
benloh edited this page Oct 4, 2024
·
2 revisions
For the most up to date Digital Ocean Deployment instructions see nc-multiplex wiki
Assuming the server has already been set up to run MEME and PM2 is already installed and running previous PM2 processes.
echo "npm start" > do-start-meme.js
chmod a+x do-start-meme.js
# 1. Stop any current running pm2 processes
pm2 list # assuming `old-service` is running
pm2 delete old-service
# 2. Start the new service
pm2 start do-start-meme.js
pm2 save
pm2 reload all
reboot
...
pm2 list # verify it's running
User Manual
Developer Manual
Installation
Setting Up End-User Projects
Deploying
- Deploy Electron
- Electron Code Signing README-signing.md
- Digital Ocean Deployment
- Updating MEME for 2021+
--
Coding Practices
Background
Design Notes
- Dev Insights
- Design Data Management
- Student Login
- Reference Build Differences
- Design Settings Manager
- Why Electron?
Deprecated