Changeset 119 for trunk


Ignore:
Timestamp:
03/26/09 20:17:11 (15 years ago)
Author:
nanardon
Message:
  • fill README
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r5 r119  
    1 Run script/vote_server.pl to test the application. 
     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 TracChangeset for help on using the changeset viewer.