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
Firewall might create some networking issues so stop the firewall.
systemctl start firewalld
Starting the docker:
systemctl start dockerto start Docker Service.
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
.png)
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.
As per the below picture use docker-compose up to complete the setup.
.png)
-after that the below processing takes place:
.png)
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.
.png)
I learned all this technology under Vimal Daga Sir under his campaigh IIEC_RISE for free!! thankyou Vimal Sir!.
.png)
.png)