deploy-edge-20250203
·
9 commits
to edge-civictechto
since this release
Deployment tutorial
- Install Docker if you do not have Docker installed on your system.
- Download docker-compose.yml and example.env
- Rename
example.env
to.env
- 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
- [FIX] remove extra
<p>
tags around descriptions by @thomassth in #96 - update d3 imports in client-report by @thomassth in #97
- export components for easier development by @thomassth in #100
- Removed @radium decorator in favour of manually wrapped class compone… by @thomassth in #99
- FIX: update redux connect in client-admin moderate-comments by @thomassth in #98
- Add thead in conversation tabs by @YumiChen in #111
- Fix in-page link without target by @YumiChen in #112
- Fix comment form textarea with multiple labels issue by @YumiChen in #113
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