It's not documented... But it looks harder than it's really. Take a look to the agora-dev-box repo. This repo installs almost all required parts to get an agora-voting running.
We've:
* authapi, authentication part
* agora-core-view, the web interface to vote, client code
* agora_elections, stores the ballots and generate the input for the tally
* elections orchestra, this is the authority software that makes the tally. An agora installation requires at least two different machines with agora election and verificatum.
Currently agora-dev-box deploys an authority, but you can install other parts by editing the playbook.yml and uncomment.
Then we've other resources not integrated yet in the dev-box like agora-results.
We're currently in active development of agora v3, so all this code is changing really fast. We want to have a beta (stable api and components?) for the January 15th. So then we'll start to generate a dev and deployment documentation, but currently we're defining how all this will work together, so as you said there isn't a start point.
You should start by installing two authorities, in real serves or virtual machines and try to config them to work together running the eotest. Then you can start to install the agora_elections and agora core view, and then you can try to complete the voting flow with authapi.
It isn't easy so don't get hurry and ask here or in the irc channel (#agoravoting in freenode).
--
You received this message because you are subscribed to the Google Groups "Ágora Voting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agora-voting...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks! Sounds like a nice christmas project :-)