Giter Club home page Giter Club logo

owncloud's Introduction

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

owncloud's People

Contributors

abhishekmahajan3711 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.