From 13fab33898e6a52fbdb0900eea3a722dcedd7527 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 17 Jun 2014 16:04:14 +0100 Subject: Add trailing slashes to internal URLs. --- docs/installing/ami.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installing/ami.md') diff --git a/docs/installing/ami.md b/docs/installing/ami.md index 42f2907cb..3f8897b16 100644 --- a/docs/installing/ami.md +++ b/docs/installing/ami.md @@ -9,7 +9,7 @@ title: Installing the easy way We've made an Amazon Machine Image (AMI) so you can quickly deploy on Amazon EC2. This is handy if you just want to evaluate Alaveteli, for example.

-Note that there are [other ways to install Alaveteli]({{ site.baseurl }}docs/installing). +Note that there are [other ways to install Alaveteli]({{ site.baseurl }}docs/installing/). ## Installing from our AMI -- cgit v1.2.3 From 3d64a802326b5a8a193df95e7af3705214605a9f Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 19 Jun 2014 17:04:39 +0100 Subject: Update AMI reference. --- docs/installing/ami.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installing/ami.md') diff --git a/docs/installing/ami.md b/docs/installing/ami.md index 3f8897b16..1f7195761 100644 --- a/docs/installing/ami.md +++ b/docs/installing/ami.md @@ -24,10 +24,10 @@ instance due to the low amount of memory available on those instances; you will need to use at least a Small instance, which Amazon will charge for. -The AMI can be found in the EU West (Ireland) region, with the ID ami-8603f4f1 -and name “Basic Alaveteli installation 2014-01-29”. You can launch an instance +The AMI can be found in the EU West (Ireland) region, with the ID ami-23519f54 +and name “Basic Alaveteli installation 2014-06-12”. You can launch an instance based on that AMI with [this -link](https://console.aws.amazon.com/ec2/home?region=eu-west-1#launchAmi=ami-8603f4f1). +link](https://console.aws.amazon.com/ec2/home?region=eu-west-1#launchAmi=ami-23519f54). When you create an EC2 instance based on that AMI, make sure that you choose Security Groups that allows at least inbound HTTP, HTTPS, SSH and, if you want -- cgit v1.2.3