adaptation to hero
This commit is contained in:
parent
ff1e6ffc6e
commit
608bce3200
@ -29,9 +29,9 @@ We show how to deploy a free and open-source ecommerce on the ThreeFold Grid. We
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- [A TFChain account](dashboard:wallet_connector.md)
|
- [A TFChain account](dashboard@@wallet_connector)
|
||||||
- TFT in your TFChain account
|
- 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)
|
- [Send TFT to TFChain](threefold_token@@tfchain_stellar_bridge)
|
||||||
|
|
||||||
## Deploy a Full VM
|
## Deploy a Full VM
|
||||||
|
@ -23,10 +23,10 @@ We show how to deploy a free and open-source ecommerce on the ThreeFold Grid. We
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- [A TFChain account](dashboard:wallet_connector.md)
|
- [A TFChain account](dashboard@@wallet_connector)
|
||||||
- TFT in your TFChain account
|
- TFT in your TFChain account
|
||||||
- [Buy TFT](threefold_token:buy_sell_tft.md)
|
- [Buy TFT](threefold_token@@buy_sell_tft)
|
||||||
- [Send TFT to TFChain](threefold_token:tfchain_stellar_bridge)
|
- [Send TFT to TFChain](threefold_token@@tfchain_stellar_bridge)
|
||||||
|
|
||||||
## Deploy Wordpress
|
## Deploy Wordpress
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ We start by deploying Wordpress on the ThreeFold Dashboard.
|
|||||||
* TTL: Automatic
|
* TTL: Automatic
|
||||||
* It might take up to 30 minutes to set the DNS properly.
|
* 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:
|
* To check if the A record has been registered, you can use a common DNS checker:
|
||||||
* ```
|
```
|
||||||
https://dnschecker.org/#A/example.com
|
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.
|
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
|
* Add the permissions
|
||||||
* ```
|
```
|
||||||
ufw allow 443
|
ufw allow 443
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user