Linux deployment of private enterprise network disk

Yueku network disk linux download address: http://pkg.ydisk.cn/ydisks_linux.tar.gz
Installation:

1. Download the ydisks_linux.tar.gz installation package

click to download

2. Unzip the installation package

tar -xzvf ydisks_linux.tar.gz

3.Install server

Enter the unzipped directory

cd ydisks_linux

Run the installation script

sudo ./setup.sh

The following prompt will appear during the installation process:
Insert image description here

This path will be used as the data storage directory of the Yueku server. There are three points to note:

1. This path is an actual path

2. Directory permissions need to be readable and writable by the root user

3.You can use the mount directory

repair:

1. Download the ydisks_linux.tar.gz installation package

click to download

2. Unzip the installation package

tar -xzvf ydisks_linux.tar.gz

3.Install server

Enter the unzipped directory

cd ydisks_linux

Run the installation script

sudo ./setup.sh

The following prompt will appear during the repair process:

Insert image description here

Enter "yes" and press Enter to complete the repair

upgrade:

1. Download the ydisks_linux.tar.gz installation package

click to download

2. Unzip the installation package

tar -xzvf ydisks_linux.tar.gz

3.Install server

Enter the unzipped directory

cd ydisks_linux

Run the installation script

sudo ./setup.sh

The following prompt will appear during the upgrade process:

Insert image description here

Enter "yes" and press Enter to complete the upgrade

uninstall:

Execute uninstall command

sudo docker rm -f ydisks

Restart:

method one:

Restart Yueku server

sudo docker restart ydisks

Method Two:

Restart Docker

sudo systemctl restart docker

Guess you like

Origin blog.csdn.net/Yuku226/article/details/102739475