Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.54 KB

setup-with-docker.md

File metadata and controls

36 lines (25 loc) · 1.54 KB

Setup local development environment with docker

Getting Started

Why to use docker as development environmet?

  • Windows, Mac, and Linux, docker provides a solution that would work consistently across these three platforms.
  • We provide peatio-workbench which makes peatio running as simple as few bash commands.
  • You can run peatio with all development dependencies localy.

Play with docker

To get familiar with docker and docker-compose all you need is to read get started with docker and docker-compose.

Overview

  1. Install docker
  2. Install docker-compose
  3. Clone peatio-workbench
  4. That's it!

Step 1: Install docker

Select your platform

Step 2: Install docker-compose

Install docker-compose

Step 3: Clone peatio-workbench

We keep peatio-workbench up to date to make running peatio as simple as it's posible.

Don't forget about readme.

Step 4: That's it!

You can start to play with container-based peatio localy localy