diff options
-rwxr-xr-x | INSTALL.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 7fcdb5568..44c881fe2 100755 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -15,7 +15,7 @@ Commands are intended to be run via the terminal or over ssh. 1. Package Installation ----------------------- -Firstly, in terminal, navigate to the foi folder where this install guide lives. +Firstly, in a terminal, navigate to the foi folder where this install guide lives. Install the packages that are listed in config/packages using apt-get eg: @@ -97,7 +97,7 @@ Make sure everything looks OK: > rake spec -If there are failures here, something has gone wrong with the preceeding +If there are failures here, something has gone wrong with the preceding steps. You might be able to move on to the next step, depending on how serious they are, but ideally you should try to find out what's gone wrong. @@ -109,11 +109,11 @@ run the following to get the server running (may need to chmod 755 again) > ./script/server --environment=development or if you want the server to be available on the network and not just -on localhost tell it your ip address by running +on localhost tell it your IP address by running > ./script/server --environment=development --binding=10.0.0.11 -Obviously change 10.0.0.11 to your own IP address +Obviously, change 10.0.0.11 to your own IP address. 5. Success ---------- @@ -134,7 +134,7 @@ like to do something similar. Alternatively, update the code so that * By default, admin pages use normal site authentication (checking user admin level 'super'). -* Create an option in config/general which lest mySociety override that +* Create an option in config/general which lets mySociety override that behaviour. And send us the patch! |