Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 972 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 972 Bytes

offer-rider

about

The system for automatic searching advertisements on e-commerce web sites

componets

The system composes of three independent modules:

See their readmes for more documentation

schema

deployment - Docker

  1. For develop-stage run npm install in frontend folder (must have node:13.13.0 installed locally)
  2. Then if you want to deploy app as productions-stage you must delete node_modules folder from frontend folder
  3. Set varaibles in .env :
    • OFFER_RIDER_ARCHITECTURE accordingly to your machine - arm or x86
    • TARGET accordingly to purpose - develop-stage or production-stage
  4. Run docker-compose up --build

If you want clean Docker after shuting down all containers type docker-compose down -v --rmi all --remove-orphans.

credits

tba