Skip to content

Commit

Permalink
Update install script to install v1.1, update README about v1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 22, 2013
1 parent db240c7 commit de0bbf7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,21 @@ already been reported and leave updates. Users can also subscribe to email or
RSS alerts of problems in their area.

It was created in 2007 by [mySociety](http://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
Platform is now at version 1.0.
problems to UK councils and has been copied around the world. The FixMyStreet
Platform is now at version 1.1.

## Releases

* v1.0 (24th October 2012) - Official launch of the FixMyStreet platform
* v1.1 (22nd February 2013)
- Addition of bodies so that the organisations that reports are sent to can
cover multiple MapIt administrative areas, or multiple bodies can cover
one area, and other related scenarios
- Admin display improvements
- Internationalisation improvements, especially with text in JavaScript
- Various minor updates and fixes (e.g. a --debug option on send-reports,
and coping if MapIt has its debug switched on)
* v1.0 (24th October 2012)
- Official launch of the FixMyStreet platform

## Installation

Expand Down
2 changes: 1 addition & 1 deletion bin/install-as-user
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fi

# Install the required Perl modules - this may take a very long time:

cd "$FMS_REPOSITORY"
cd "$REPOSITORY"
bin/install_perl_modules

# Generate po and mo files (these invocations taken from Kagee's script):
Expand Down
6 changes: 6 additions & 0 deletions bin/site-specific-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# Set this to the version we want to check out
VERSION=v1.1

PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh

misuse() {
Expand All @@ -25,6 +28,9 @@ misuse() {

install_nginx

# Check out the current released version
(cd "$REPOSITORY" && su -l -c "git checkout '$VERSION'" "$UNIX_USER")

install_website_packages

su -l -c "touch '$DIRECTORY/admin-htpasswd'" "$UNIX_USER"
Expand Down

0 comments on commit de0bbf7

Please sign in to comment.