-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #463 from threefoldtech/development_static_website
Adding static website docs
- Loading branch information
Showing
5 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+54.4 KB
src/documentation/dashboard/solutions/img/solutions_staticwebsite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<h1> Static Website </h1> | ||
|
||
<h2>Table of Contents </h2> | ||
|
||
- [Introduction](#introduction) | ||
- [Prerequisites](#prerequisites) | ||
- [Deployment](#deployment) | ||
|
||
--- | ||
|
||
## Introduction | ||
|
||
Static Website is an application where a user provides a GitHub repository URL for the files to be automatically served online using Caddy. | ||
|
||
## Prerequisites | ||
|
||
- Make sure you have a [wallet](../wallet_connector.md) | ||
- From the sidebar click on **Applications** | ||
- Click on **Static Website** | ||
|
||
## Deployment | ||
|
||
![ ](./img/solutions_staticwebsite.png) | ||
|
||
- Enter an instance name | ||
|
||
- Enter a GitHub repository URL that needs to be cloned | ||
|
||
- Enter the title for the cloned repository | ||
|
||
- Select a capacity package: | ||
|
||
- **Small**: {cpu: 1, memory: 2 , diskSize: 50 } | ||
- **Medium**: {cpu: 2, memory: 4, diskSize: 100 } | ||
- **Large**: {cpu: 4, memory: 16, diskSize: 250 } | ||
- Or choose a **Custom** plan | ||
|
||
- `Dedicated` flag to retrieve only dedicated nodes | ||
- `Certified` flag to retrieve only certified nodes | ||
- Choose the location of the node | ||
- `Region` | ||
- `Country` | ||
- `Farm Name` | ||
- Choose the node to deploy on | ||
- Note: You can select a specific node with manual selection | ||
- `Custom Domain` flag allows the user to use a custom domain | ||
- Choose a gateway node to deploy your static website | ||
|
||
Once this is done, you can see a list of all of your deployed instances: | ||
|
||
![ ](./img/staticwebsite_list.png) | ||
|
||
Click on the button **Visit** under **Actions** to go to your static website! |