Difference between revisions of "NextCloud: Instalasi di Ubuntu 18.04"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 1: | Line 1: | ||
==Install== | ==Install== | ||
| + | |||
| + | Edit /etc/apt/sources.list | ||
| + | |||
| + | deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse | ||
| + | deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse | ||
| + | deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse | ||
| + | |||
| + | apt update | ||
| + | |||
| + | Instalasi | ||
sudo snap install nextcloud | sudo snap install nextcloud | ||
| + | Optional | ||
| + | |||
| + | snap changes nextcloud | ||
| + | snap info nextcloud | ||
| + | snap interfaces nextcloud | ||
| + | cat /snap/nextcloud/current/meta/snap.yaml | ||
| + | |||
| + | Finish Instalasi | ||
| + | |||
| + | sudo nextcloud.manual-install admin 123456 | ||
| + | |||
| + | nextcloud user admin | ||
| + | nextcloud passwrd 123456 | ||
| + | |||
| + | |||
| + | ==Install== | ||
Revision as of 12:48, 6 May 2019
Install
Edit /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse
apt update
Instalasi
sudo snap install nextcloud
Optional
snap changes nextcloud snap info nextcloud snap interfaces nextcloud cat /snap/nextcloud/current/meta/snap.yaml
Finish Instalasi
sudo nextcloud.manual-install admin 123456
nextcloud user admin nextcloud passwrd 123456