Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 808 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 808 Bytes

Listing Manager

The Listing Manager is a stand-alone node.js application which makes up part of a P2P VPS server. It's primary function is to automate and maintain the OpenBazaar store by removing orphaned listings and fulfilling new orders.

Installation (Rough Draft)

  • Since this program is part of the server-deployment repository, go there and follow the instructions until it tells you to come here.

  • Clone this repository:
    git clone https://github.com/P2PVPS/listing-manager

  • Build the Docker image for the Listing Manager by running:
    ./build-image

  • Go back to the server-deployment repo an finish following the installation instructions there.

License

MIT License