diff options
author | Sam Pearson <sam@sgp.me.uk> | 2018-10-02 09:41:02 +0100 |
---|---|---|
committer | Sam Pearson <sam@sgp.me.uk> | 2018-10-04 08:31:23 +0100 |
commit | e2cdb265f48a8f39429965132eaaac649bb215a5 (patch) | |
tree | b5c3e161930edcc159d2d54746f63521c4da0bdc /docs/updating | |
parent | 4186ebbc258326d05915bef0ffb15cd364f6be67 (diff) |
[Docs] Updated docs with more detail on AMI builds
This expands the documentation on using our official AMI to cover in
more detail options for customising installations using our Packer
builds.
It also updates the current official AMI ID with the latest relase.
[skip ci]
Diffstat (limited to 'docs/updating')
-rw-r--r-- | docs/updating/ami.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/updating/ami.md b/docs/updating/ami.md index 48d8cb065..ff83e3aec 100644 --- a/docs/updating/ami.md +++ b/docs/updating/ami.md @@ -12,11 +12,17 @@ help.</p> (If you forked the code on GitHub and cloned it yourself, you probably want to see our main [update help](/updating/).) -Firstly, log in to your EC2 instance as the `ubuntu` user, as you did when +**Note:** Up to and including version 2.4 we based our AMI on Ubuntu. From version 2.4.1 +the AMI is based on Debian. This shouldn't affect the process below; the main +difference is that in AMIs created before the release of version 2.4.1 the user +account will be `ubuntu` while for those created since the user account will be +`admin`, so be careful to check which applies in your case. + +Firstly, log in to your EC2 instance as the relevant user, as you did when setting up the instance. You should become the fms user and switch to the right directory: - ubuntu@ip-10-58-191-98:~$ sudo su - fms + admin@ip-10-58-191-98:~$ sudo su - fms fms@ip-10-58-191-98:~$ cd fixmystreet fms@ip-10-58-191-98:~/fixmystreet$ @@ -47,5 +53,4 @@ please feel free to [contact us](/community/) to discuss it first. Lastly, you should restart the Catalyst FastCGI server with: fms@ip-10-58-191-98:~/fixmystreet$ logout - ubuntu@ip-10-58-191-98:~$ sudo /etc/init.d/fixmystreet restart - + admin@ip-10-58-191-98:~$ sudo service fixmystreet restart |