Skip to content

Dockerized nextcloud app (image: nextcloud:production-fpm-alpine) with docker-compoce file and CircleCI.

Notifications You must be signed in to change notification settings

Mark3z/nextcloud

Repository files navigation

CircleCI

Manual how to run nextcloud application quickly:

Run next commands:

  1. Edit /etc/hosts file. Insert following line in the end of file:
    127.0.0.1 cloud.example.com

  2. Clone this repository:
    git clone https://github.com/tide34/nextcloud.git

  3. Up all containers:
    docker-compose up --build -d

  4. Wait for at least 1 minute after docker-compose command output that all containers had ran.

  5. Open in brouser following link:
    https://cloud.example.com:8080

  6. 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.

  7. Stop all containers:
    docker-compose stop

  8. Remove all containers: docker-compose rm

About

Dockerized nextcloud app (image: nextcloud:production-fpm-alpine) with docker-compoce file and CircleCI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published