mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-03 03:52:35 +02:00
Store uptime-kuma files in /opt instead of the current user home folder
parent
561f14c3b1
commit
ed2b56b618
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@ Required Tools:
|
||||||
# Update your npm to the latest version
|
# Update your npm to the latest version
|
||||||
npm install npm -g
|
npm install npm -g
|
||||||
|
|
||||||
|
# Create app directory in /opt for home-independent app storage
|
||||||
|
cd /opt
|
||||||
|
sudo mkdir uptime-kuma
|
||||||
|
sudo chown -R {username}:{username} uptime-kuma # Replace {username} with the username you are currently running the commands with
|
||||||
|
|
||||||
|
# Clone the repository
|
||||||
git clone https://github.com/louislam/uptime-kuma.git
|
git clone https://github.com/louislam/uptime-kuma.git
|
||||||
cd uptime-kuma
|
cd uptime-kuma
|
||||||
npm run setup
|
npm run setup
|
||||||
|
|
Loading…
Add table
Reference in a new issue