Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active September 8, 2023 18:56
Show Gist options
  • Select an option

  • Save wilmoore/0f6b50dc0f7b2420ea58635becd79972 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/0f6b50dc0f7b2420ea58635becd79972 to your computer and use it in GitHub Desktop.
Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker :: silica-local-cloud

Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker :: silica-local-cloud

⪼ Made with 💜 by realpolyglot.com

Starting

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.example to main/.env and update values (typically IP's and cert dirs) for your local machine. An npm i will probably be needed too.

» ./run.sh match-maker

Stopping

» docker stop silica-local-cloud-match-maker-1
silica-local-cloud-match-maker-1

Running Locally

» git clone ...
» cd match-maker
» nvm use
» npm install
» npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment