GithubHelp home page GithubHelp logo

ipfs-on-azure's Introduction

Guide to setup docker environment

  1. Clone this repo in /opt directory.
  2. Assuming, docker engine is installed, if not follow these steps:

Install docker engine

sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates -y
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
sudo apt-add-repository 'deb https://apt.dockerproject.org/repo ubuntu-trusty main'      # For Ubuntu 14.04
sudo apt-add-repository 'deb https://apt.dockerproject.org/repo ubuntu-xenial main'     # For Ubuntu 16.04
sudo apt-get update
sudo apt-get install docker-engine -y

Install Docker Compose:

apt-get install python-pip -y
export LC_ALL=C   # If Server Throws Exception
pip install docker-compose
  1. Under /opt directory run:
docker-compose up -d
  1. Make sure these ports are open in firewall: 80, 4001, 5001, 8080
  2. In index.html file under html folder, change in line 15: Update the url accordingly.

ipfs-on-azure's People

Contributors

tikyau avatar

Stargazers

cliff.li avatar Ujjwal Kumar avatar  avatar

Watchers

James Cloos avatar cliff.li avatar  avatar Ujjwal Kumar avatar

Forkers

ujjwalmsft

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.