diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-01-11 11:56:30 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-01-11 11:56:30 +0000 |
commit | b12f28dfae11b128bc8602e6960c8cc954d25154 (patch) | |
tree | 49d25146943cdec25779346aa80a69f7ef8514e4 /notes/INSTALL | |
parent | aa1b31d659cf2f988ac5b9c1cc06dba9d866c3db (diff) |
Add couple of packages used by graph generation, include pere's bootstrap script (minus few config vars).
Diffstat (limited to 'notes/INSTALL')
-rw-r--r-- | notes/INSTALL | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/notes/INSTALL b/notes/INSTALL index 7287aa3d3..560eb6c0f 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -14,14 +14,14 @@ conf/packages is a list of Debian packages that are needed, so install them if you're on Debian/Ubuntu. You'll also probably need to install lots of CPAN modules, see the section on that below. -FixMyStreet expects a PostgreSQL database with the postGIS extension, so set one -of them up - the schema is available in db/schema.sql. You will also need to load -in db/alert_types.sql to populate the alert types table. +FixMyStreet expects a PostgreSQL database, so set one of them up - the schema +is available in db/schema.sql. You will also need to load in db/alert_types.sql +to populate the alert types table. -Copy conf/general-example to conf/general and set it up appropriately: +Copy conf/general.yml-example to conf/general.yml and set it up appropriately: * provide the relevant database connection details -* the OPTION_BASE_URL to be where your test site will run - eg 'http://localhost' -* set OPTION_UPLOAD_CACHE and OPTION_GEO_CACHE to your preferred values +* the BASE_URL to be where your test site will run - eg 'http://localhost' +* set UPLOAD_CACHE and GEO_CACHE to your preferred values * MAP_TYPE - OSM is probably the best one to try to start with, it's being successfully used. @@ -83,6 +83,12 @@ Note: Others are starting to work on this and it might be a good idea to switch to their output: http://blogs.perl.org/users/sebastian_willert/2011/03/how-i-distribute-my-projects.html +Notes +----- + +* no-update-server is a shell script used by NUUG for setting up + www.fiksgatami.no using the FixMyStreet codebase. + Running the code ================ |