2022年9月23日 星期五

[nextcloud, check] How do i know the nextcloud was ready when I start a new nextcloud service

 How do i know the nextcloud was ready when I start a new nextcloud service

井民全, Jing, mqjing@gmail.com


Step 1: Start a new instance for nextcloud service

sudo docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v ncdata_old:/data --name nextcloudpi ownyourbits/nextcloudpi 192.168.1.108 


Step 2: Check the folder

cd  /var/lib/docker/volumes/ncdata_old/_data

# there are 5 folders should be created, they are bin  database  etc  ncp  nextcloud




If you see these folder, you can try to activate the service.


Step 3: Activate the service (remember copy the two passwords for the admin user ncp)

https://192.168.1.108/