Skip to content

Commit

Permalink
content (update): cloud install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Feb 22, 2022
1 parent c9f2893 commit 412fb0e
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ head:
---

To use Filestash, you can either:
1. Run the application from the cloud via the [AWS Marketplace](/redirect.html?url=https://aws.amazon.com/marketplace/pp/prodview-ngwkedxz2dtrk)
1. Run the application from the cloud via the [AWS Marketplace](/install-cloud.html)
2. Self-host the application on your own server and manage everything yourself: [see the documentation](/docs/install-and-upgrade/)
3. Play around with the public [demos](https://demo.filestash.app):

Expand Down
Binary file added img/posts/2022-02-21-image0001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0016.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0025.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0029.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0032.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0035.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0040.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/posts/2022-02-21-image0050.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions pages/install-cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
layout: post
title: Cloud Install
permalink: /install-cloud.html
---
<style>
img.fancy { margin: 15px 0 0 0; }
h1 { margin-top: 4rem; }
</style>



We will be assuming you already have an AWS Account. If that's not the case, you can either [create an account on your own](https://aws.amazon.com/resources/create-account/) or [reach out to us](/pricing/?modal=enterprise) and we will look after the entire hosting on your behalf.

This guide is split in 3 parts:

1. [part 1: Register the product on AWS](#step1-register-to-our-product)
2. [part 2: Do some configuration magics from AWS](#step2-aws-configuration)
3. [part 3: Access the software](#step3-access-the-software)

# Step1: Register to our product

From the AWS marketplace, subscribe to our product from our <a href="https://aws.amazon.com/marketplace/pp/prodview-ngwkedxz2dtrk">vendor page</a>:

<img src="/img/posts/2022-02-21-image0001.png" class="fancy" />
<img src="/img/posts/2022-02-21-image0002.png" class="fancy" />

<img src="/img/posts/2022-02-21-image0011.png" class="fancy" />

<img src="/img/posts/2022-02-21-image0015.png" class="fancy" />

At this stage, the status should show pending for 1 or 2 minutes depending on the phase of the moon but once done, you will be presented with this screen:

<img src="/img/posts/2022-02-21-image0016.png" class="fancy" />

# Step2: AWS Configuration

<img src="/img/posts/2022-02-21-image0020.png" class="fancy" />

<img src="/img/posts/2022-02-21-image0025.png" class="fancy" />

<img src="/img/posts/2022-02-21-image0029.png" class="fancy" />

# Step3: Access the software

<img src="/img/posts/2022-02-21-image0032.png" class="fancy" />

<img src="/img/posts/2022-02-21-image0035.png" class="fancy" />

You now have 2 options:

- OPTION1: you want to use your own domain name. In that scenario, create either a CNAME or A record that points to the machine. Once this is done, access the application via your domain name using HTTP.

- OPTION2: you don't care about the domain name for now. In that scenario, access the machine via HTTP. In my scenario, the URL is: http://3.236.113.29

<img src="/img/posts/2022-02-21-image0040.png" class="fancy" />

This will setup SSL certificate so you can access your application via HTTPS. After a few seconds, you will be great by Filestash:

<img src="/img/posts/2022-02-21-image0050.png" class="fancy" />

*Tips*: if you don't use your own domain name but the IP address or the amazonaws.com domain, Filestash will generate self signed certificate meaning users will be asked to follow through a scary prompt to access the application. That prompt won't be there if you use your own domain name.

0 comments on commit 412fb0e

Please sign in to comment.