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