🐧 Linux (Ubuntu)
Installation of DaneeCloud on Ubuntu 20.04
Update and upgrade
Install Git
Install NodeJS v18
You can check version of NodeJS by:
Install latest version of DaneeCloud
Install NPM packages:
Fill config and .env file:
.env Template:
config.json Template:
Install PM2 (To keep your cloud alive):
Then disconnect SSH and reconnect back, and run:
Now your cloud will be accessible on http://<yourserverip>:<yourport> (If you set port as 80 you can use just http://<yourserverip>)
Logs:
Last updated