development to main periodic update #102

Merged
mik-tf merged 51 commits from development into main 2024-06-14 16:52:01 +00:00
2 changed files with 40 additions and 40 deletions
Showing only changes of commit 608bce3200 - Show all commits

View File

@ -29,9 +29,9 @@ We show how to deploy a free and open-source ecommerce on the ThreeFold Grid. We
## Prerequisites
- [A TFChain account](dashboard:wallet_connector.md)
- [A TFChain account](dashboard@@wallet_connector)
- TFT in your TFChain account
- [Buy TFT](threefold_token/buy_sell_tft:buy_sell_tft.md)
- [Buy TFT](threefold_token@@buy_sell_tft)
- [Send TFT to TFChain](threefold_token@@tfchain_stellar_bridge)
## Deploy a Full VM

View File

@ -23,10 +23,10 @@ We show how to deploy a free and open-source ecommerce on the ThreeFold Grid. We
## Prerequisites
- [A TFChain account](dashboard:wallet_connector.md)
- [A TFChain account](dashboard@@wallet_connector)
- TFT in your TFChain account
- [Buy TFT](threefold_token:buy_sell_tft.md)
- [Send TFT to TFChain](threefold_token:tfchain_stellar_bridge)
- [Buy TFT](threefold_token@@buy_sell_tft)
- [Send TFT to TFChain](threefold_token@@tfchain_stellar_bridge)
## Deploy Wordpress
@ -50,7 +50,7 @@ We start by deploying Wordpress on the ThreeFold Dashboard.
* TTL: Automatic
* It might take up to 30 minutes to set the DNS properly.
* To check if the A record has been registered, you can use a common DNS checker:
* ```
```
https://dnschecker.org/#A/example.com
```
@ -80,7 +80,7 @@ When you're satisfied that everything looks good, hit `ctl-c` to exit Caddy and
By default, ufw is set on Wordpress application from the Dashboard. To use Caddy and set HTTPS, we want to allow port 443.
* Add the permissions
* ```
```
ufw allow 443
```