source: tags/0.10/README

Last change on this file was 130, checked in by nanardon, 15 years ago
  • tag 0.10
File size: 949 bytes
Line 
1* Requirements *
2
3- perl
4- Catalyst (http://www.catalystframework.org/)
5- postgresql (http://www.postgresql.org/)
6- a smtp server
7
8* Installation from source code *
9
10perl Makefile.PL
11make install
12
13On the database serveur:
14
15- Create a database (see in postgresql documentation createdb)
16- restore the based schema with sql/postgres.dump
17  psql BASENAME < sql/postgres.dump
18
19Copy the vote.yml.example to /etc/vote.yml then edit it:
20- change the db settings (and probably the smtp one)
21
22- configure apache to use either the cgi or fast_cgi program or run
23  it as a standalone server.
24
25Enjoy !
26
27* WARNING *
28
29This application is provide as is, without any warranty.
30
31This file is just a quick installation guide to install the
32application does it best to respect basic rules of elections
33but do not provide information about security YOU should provide
34around to avoid fraud.
35
36* Contact *
37
38Olivier Thauvin <olivier dot thauvin at latmos dot ipsl dot fr>
Note: See TracBrowser for help on using the repository browser.