=head1 Welcome to FixMyStreet FixMyStreet is an open source project to develop a website for reporting problems such as potholes and broken street lights to the appropriate authority. Users locate problems using a combination of address and sticking a pin in a map without worrying about the correct authority to report it to. FixMyStreet then works out the correct authority to report it to using the problem location and type and sends a report. It was created in 2007 by L for reporting problems to UK councils and has been copied around the world. We're working hard to make it easy to install and re-use in other countries and welcome questions about how it works on our mailing list: L. We've also got a new site and blog which over time will become a useful resource for people interested in installing or developing FixMyStreet at L. FixMyStreet is written in Perl and uses the Catalyst web framework. =head1 EXAMPLES L L =head1 QUICKSTART If you're reasonably sure what you are doing then you can follow the quickstart instructions. Otherwise there are more detailed instructions in C =over =item * Fetch the latest version from L =item * Create a new PostGIS enabled database =item * Create the database using C and the C =item * Run C<./bin/install_perl_modules> to install the required Perl modules. =item * Create a new Apache vhost based on C =item * Copy C to C and update the defaults accordingly. =item * Generate the CSS by running C =item * Restart the webserver =item * Edit the crontab from C to replace the placeholders and install it. See C for more details on the placeholders. =back