Simple web application we use to collect email addresses during recruitment.
All emails are collected in data/emails.txt
.
- Install Docker (or Podman preferably)
docker run -it --rm -v "./data:/usr/src/app/data" -p "127.0.0.1:9292:9292" ghcr.io/asi-pwr/rejestracja:latest
- Go to
http://localhost:9292
- Emails are saved in
data/emails.txt
git clone https://github.com/asi-pwr/rejestracja.git
- Make your changes
./build-and-run.sh
- Go to
http://localhost:9292
- Emails are saved in
data/emails.txt
This uses Ruby 3.1.2 and Roda for the backend parts and Pico.css because importing Bootstrap for this would be an overkill
- Commit all changes
git tag vX.Y
git push --all