Skip to content

Guidelines for OwnCloud installation in the Docker container and sharing with IP address

Notifications You must be signed in to change notification settings

abhishekmahajan3711/OwnCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

OwnCloud using Docker Commands

sudo su -
apt-get install docker -y
apt-get install docker.io -y
service docker start
docker --version

################################################

------now on google search for "install docker compose", click "Overview of Installing Docker Compose",scroll down and you will see "install the Compose standalone" and click on it, now run that two installation commands , first command will be given as =>

curl -SL https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose 

second command will be given as =>

sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

################################################

chmod -R 777 /usr/local/bin/docker-compose /usr/bin/docker-compose

------now on google search for "installing owncloud using docker" , click on "Installing with Docker- OwnCloud Documentation", scroll down you will see "Docker Compose", ther are 3 points , do/perform that 3 points ------

ifconfig

------if "ifconfig" not found ,then install it ------

------you will see 192.something , copy that ip address and paste it in .env file inplace of "localhost"------

 cd /home/abhishek/owncloud-docker-server

-------in above command inplace of "abhishek" whatever your system's username is there, that must be used------

 docker-compose up -d

------now go in browser and go to "localhost:8080" and sign in by username: admin and password:admin , in phone you can put ip address 192.something:8080, make sure that other device(for e.g. phone) is connected with same WiFi or LAN connection --------

About

Guidelines for OwnCloud installation in the Docker container and sharing with IP address

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published