https://github.com/ideacrew/polypress
An event-based notice generation service
https://github.com/ideacrew/polypress
Last synced: 5 months ago
JSON representation
An event-based notice generation service
- Host: GitHub
- URL: https://github.com/ideacrew/polypress
- Owner: ideacrew
- License: mit
- Created: 2021-03-10T16:33:53.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2026-01-13T21:35:02.000Z (5 months ago)
- Last Synced: 2026-01-13T23:56:49.820Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Polypress Service
The Polypress service is a digital printing press that produces notices and reports for
the State-based Exchange
## Docker Setup
Build Docker environment
```bash
docker-compose build
```
Find the RabbitMQ container
```bash
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
c485144f966 rabbitmq:3.8-management "docker-entrypoint.s…" 3 minutes ago Up 3 minutes
```
Connect to the RabbitMQ Container command line, add the `event_source` vhost and grant permissions
to the `guest` account
```bash
docker exec -it c485144f966 bash
root@cc485144f966:/# rabbitmqctl add_vhost event_source
root@cc485144f966:/# rabbitmqctl set_permissions -p event_source guest ".*" ".*" ".*"
```
- Ruby version: 2.7.2
- Rails version: 6.1.3.2
- Tests: RSpec
- Database: MongoDB