Skip to content

Nextcloud is a safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.

Notifications You must be signed in to change notification settings

juned171/dockerproject

Repository files navigation

NEXTCLOUD_IIEC_RISE_DOCKER_COMPOSE PROJECT

Nextcloud is a safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.

This project is built with -RedHat Linux RHEL8 -Docker -nextcloud -Mariadb

Setting up the required things:

Firewall might create some networking issues so stop the firewall. systemctl start firewalld Starting the docker:

systemctl start dockerto start Docker Service.

Downloading required images:

Pulling Mariadb Image: Use docker pull mariadb:latest to download the mariadb image to use as a database server.

-To know more about Mariadb Image go to this page:mariadb

-Now to pull nextcloud image: docker pull nextcloud

to download the Nextcloud image in which apache server is already preconfigured. To know more about Nextcloud image go to this page: NEXTCLOUD pull _images

Docker-Compose:

Before using Docker-Compose you should install the software. For reference go to this website :docker-compose .

You can create and edit this file using vim editor. For that use vim docker-compose.yml. Remember the file name should always be docker-compose.yml.

docker-compose

Docker-compose up:

As per the below picture use docker-compose up to complete the setup. docker-compose

-after that the below processing takes place: docker-compose

NEXTCLOUD STARTED :

Got to your browser and type localhost:8081 or by giving your IP address:8081 and done you will be able to see your Nextcloud WebApp. Try it in linux and windows both. windows

IN LINUX

linux

I learned all this technology under Vimal Daga Sir under his campaigh IIEC_RISE for free!! thankyou Vimal Sir!.

About

Nextcloud is a safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published