Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 346 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 346 Bytes

ppengo

pptr + Express + node.js + mongodb

Quick Start

  1. Clone the repository
$ git clone <repository>
$ cd ppengo
  1. build and start ppengo
$ docker-compose build
$ docker-compose up -d
  1. build and start wgeteer
$ cd wgeteer
$ docker-compose up -d
  1. Open localhost:3000/ppengo in the web browser