diff options
-rw-r--r-- | README.pod | 22 | ||||
-rw-r--r-- | conf/packages | 2 |
2 files changed, 13 insertions, 11 deletions
diff --git a/README.pod b/README.pod index 4f39efb73..fab64c9de 100644 --- a/README.pod +++ b/README.pod @@ -17,19 +17,15 @@ It's written in Perl and uses the Catalyst web framework. =item * -Install PostgreSQL and the PostGIS extension - -=item * - -Create a new PostGIS enabled database +Download latest version from [THIS BIT TODO] =item * -Download latest version from [THIS BIT TODO] +Untar this in the vhost location [TODO - more detail here] =item * -Untar this in the vhost location [TODO - more detail here] +Create a new PostGIS enabled database =item * @@ -53,7 +49,7 @@ Generate the CSS by running bin/make_css =item * -Restart apache +Restart the webserver =back @@ -75,7 +71,7 @@ PostgreSQL and the PostGis extension =item * -Perl 5.8+ +Perl 5.8 or above =item * @@ -96,6 +92,9 @@ For most uses of FixMyStreet you'll also need access to a MaPit server with data for the types of bodies you are reporting issues to. For more details on how to install MaPit see the L<mapit pypi page|http://pypi.python.org/pypi/django-mapit/> +If you are using a Debian based linux distribution there is a list of relevant +packages in conf/packages. + =head1 DETAILED INSTALLATION INSTRUCTIONS =head2 Unpacking the Code @@ -229,6 +228,11 @@ If you are using a MaPit install you should update MAPIT_URL. There is a script, bin/make_css, that uses L<sass|http://sass-lang.com/> to convert the SCSS files to CSS files. +=head2 Restart the webserver + +At this point you be able to restart the webserver and see your FixMyStreet +installation at the configured URL. + =head1 COMMON PROBLEMS =head2 CPAN MODULE PROBLEMS diff --git a/conf/packages b/conf/packages index 5fa3cf77e..15fb8dca3 100644 --- a/conf/packages +++ b/conf/packages @@ -16,7 +16,6 @@ libsoap-lite-perl libstatistics-distributions-perl liburi-perl libwww-perl -libwww-perl libxml-rss-perl memcached perl @@ -26,7 +25,6 @@ perlmagick libjson-perl libimage-size-perl libmath-bigint-gmp-perl -libtext-template-perl gettext libtest-exception-perl libipc-run3-perl |