Run next commands:
-
Edit /etc/hosts file. Insert following line in the end of file:
127.0.0.1 cloud.example.com -
Clone this repository:
git clone https://github.com/tide34/nextcloud.git -
Up all containers:
docker-compose up --build -d -
Wait for at least 1 minute after docker-compose command output that all containers had ran.
-
Open in brouser following link:
https://cloud.example.com:8080 -
Login into account as administrator with next credential:
Username: gleb
Password: Aa1234
To change default administrator username edit nextcloud_admin_user.txt file, password edit nextcloud_admin_password.txt file. -
Stop all containers:
docker-compose stop -
Remove all containers: docker-compose rm