Skip to content

deploy-edge-20250203

Compare
Choose a tag to compare
@NewJerseyStyle NewJerseyStyle released this 03 Feb 21:02
· 9 commits to edge-civictechto since this release
d099bd6

Deployment tutorial

  1. Install Docker if you do not have Docker installed on your system.
  2. Download docker-compose.yml and example.env
  3. Rename example.env to .env
  4. Run docker compose --profile postgres up
wget https://github.com/CivicTechTO/polis/releases/download/deploy-edge/docker-compose.yml
wget https://github.com/CivicTechTO/polis/raw/refs/heads/edge-civictechto/example.env
mv example.env .env
docker compose --profile postgres up

The above instructions will start the polis server of our version by pulling the pre-built images from our Docker Hub repository

What's Changed

New Contributors

  • @YumiChen made their first contribution in #111
  • @yshng helped in reviewing pull requests for accessibility patches
  • @Zen-cronic helped in reviewing pull request for Storybook and JavaScript coding style

Full Changelog: deploy-edge...deploy-edge-20250203