Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker :: silica-local-cloud
⪼ Made with 💜 by realpolyglot.com
- Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker
- Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker :: silica-local-cloud :: GraphQL Studio Explorer
This service depends on some of core components/services of the lens platform (such as RabbitMQ, postgres, and the Lens api-gateway). The easiest way to get match-maker running locally is by checking-out silica-local-cloud and running ./run.sh match-maker, this should start the match-maker service (in container) as well as all of it's service dependencies. Once validated to be running you can stop the match-maker container (and leave the docker dependencies running), and run match-maker with npm start in a checked-out version of the match-maker repo. To run match-maker (and just about any service) locally You may need to copy
main/.env.exampletomain/.envand update values (typically IP's and cert dirs) for your local machine. Annpm iwill probably be needed too.
» ./run.sh match-maker
» docker stop silica-local-cloud-match-maker-1
silica-local-cloud-match-maker-1
» git clone ...
» cd match-maker
» nvm use
» npm install
» npm start