Install NextCloud

NextCloud site to download your free copy. The community edition is what you’ll want to download.

Then download file to root of apache directory

cd /tmp && wget https://download.nextcloud.com/server/releases/nextcloud-18.0.1.zip
unzip nextcloud-18.0.1.zip
sudo mv nextcloud /var/www/html/nextcloud/

Chown and chmod for nextcloud directory:

sudo chown -R www-data:www-data /var/www/html/nextcloud/
sudo chmod -R 755 /var/www/html/nextcloud/

To install flow link: your_ip/nextcloud (example 192.168.1.18/nextcloud)

And fill user name, password, storage path then click Finish Setup, the progessing about serveral minutes.

That all!

View more video setup nextcloud by Liem Phan

Giới thiệu honest 237 bài viết
Mình lập blog này với mục đích lưu lại + chia sẻ các các kiến thức mình đã biết hoặc đang tìm hiểu. Cơ bản giúp ích cho mình :) Nhưng hy vọng sẽ mang lại sự khởi đầu thuận lợi cho người mới bắt đầu!