Die Post hat den Source Code ihrer E-Voting-Plattform in einem privaten GitLab-Repository zur Verfügung gestellt.
Leider ist die Dokumentation zu Kompilierung und Deployment sehr mager. Deshalb sammelt das Magazin Republik hier Patches, damit man das System «untersuchen, verändern, kompilieren und ausführen» kann – so wie es die Verordnung der Bundeskanzlei über die elektronische Stimmabgabe (VEleS) verlangt.
The Swiss Post has released the source code of its e-voting platform as a private, registration-required repository on GitLab. Here, the magazine Republik collects patches to “examine, modify, compile and execute” the system, in accordance with the Federal Chancellery Ordinance on Electronic Voting (VEleS).
- Read the intro
- Register to gain access to the private repository
git clone https://gitlab.com/swisspost/evoting-solution.git
git clone https://github.com/orbiting/post-evoting
cd evoting-solution
git checkout 33a04616 -b build
git apply --ignore-whitespace ../post-evoting/post-33a04616.patch
- Follow the instructions in the patched
evoting-solution/README.md
The evoting platform requires several external services to be provided, see page 48 of the Software Architecture. Follow the steps to start an Oracle DB, RabbitMQ and OrientDB as docker containers.
- Go to https://hub.docker.com/_/oracle-database-enterprise-edition and proceed to checkout. This is the easiest way to get an Oracle Database.
cd docker
docker login
docker-compose up -d
Pull requests to facilitate the build and deployment process are welcome!