Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 979 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 979 Bytes

AuctionX worker

Requirements

Install locally

  • git clone [email protected]:getaux/worker.git
  • composer install
  • bin/worker
  • Then fill credentials

Unit tests

  • composer test

Build locally

  • composer compile

Setup

demo-cli

  1. Locate your executable then run ./auctionx-worker setup
  2. Fill values

Run

  • Start worker: pm2 start ./auctionx-worker --watch
  • Stop worker: pm2 stop auctionx-worker

License

Licensed under the terms of the MIT License.