source: trunk/README @ 119

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