adaptation to hero

This commit is contained in:
Mik-TF 2024-06-13 14:28:37 -04:00
parent 4e7fee80ce
commit ff1e6ffc6e
3 changed files with 13 additions and 28 deletions

View File

@ -19,7 +19,6 @@
- [Access Admin Panel](#access-admin-panel)
- [Manage nopCommerce with Systemd](#manage-nopcommerce-with-systemd)
- [References](#references)
- [Questions and Feedback](#questions-and-feedback)
---
## Introduction
@ -30,10 +29,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.md)
- TFT in your TFChain account
- [Buy TFT](../../../threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Send TFT to TFChain](../../../threefold_token/tft_bridges/tfchain_stellar_bridge.md)
- [Buy TFT](threefold_token/buy_sell_tft:buy_sell_tft.md)
- [Send TFT to TFChain](threefold_token@@tfchain_stellar_bridge)
## Deploy a Full VM
@ -70,7 +69,7 @@ ssh root@VM_IPv4_address
```
apt update
```
* [Install Docker](../../computer_it_basics/docker_basics.html#install-docker-desktop-and-docker-engine)
* [Install Docker](docker_basics.html#install-docker-desktop-and-docker-engine)
* Install docker-compose
```
apt install docker-compose -y
@ -264,7 +263,3 @@ Systemd will start up the nopCommerce docker-compose file, restart it if it ever
## References
For further information on how to set nopCommerce, read the [nopCommerce documentation](https://docs.nopcommerce.com/en/index.html?showChildren=false).
## Questions and Feedback
If you have any questions or feedback, please let us know by either writing a post on the [ThreeFold Forum](https://forum.threefold.io/), or by chatting with us on the [TF Grid Tester Community](https://t.me/threefoldtesting) Telegram channel.

View File

@ -13,7 +13,6 @@
- [Install WooCommerce](#install-woocommerce)
- [Troubleshooting](#troubleshooting)
- [References](#references)
- [Questions and Feedback](#questions-and-feedback)
---
## Introduction
@ -24,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.md)
- TFT in your TFChain account
- [Buy TFT](../../../threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Send TFT to TFChain](../../../threefold_token/tft_bridges/tfchain_stellar_bridge.md)
- [Buy TFT](threefold_token:buy_sell_tft.md)
- [Send TFT to TFChain](threefold_token:tfchain_stellar_bridge)
## Deploy Wordpress
@ -151,7 +150,3 @@ You might need to deactivate some plugins that aren't compatible with WooCommerc
## References
Make sure to read the [Wordpress and Woocommerce documentation](https://woocommerce.com/document/woocommerce-self-service-guide) to set your ecommerce.
## Questions and Feedback
If you have any questions or feedback, please let us know by either writing a post on the [ThreeFold Forum](https://forum.threefold.io/), or by chatting with us on the [TF Grid Tester Community](https://t.me/threefoldtesting) Telegram channel.

View File

@ -11,7 +11,6 @@
- [Set the Bot](#set-the-bot)
- [Start the Bot](#start-the-bot)
- [Set Zinit](#set-zinit)
- [Questions and Feedback](#questions-and-feedback)
---
@ -25,10 +24,10 @@ The Node Status bot provides realtime status updates and alerts on status change
To run the bot, you need to have a TFChain account activated with a twin. For this, you can simply create an account on the ThreeFold Dashboard.
- [A TFChain account](../../dashboard/wallet_connector.md)
- [A TFChain account](dashboard:wallet_connector.md)
- TFT in your TFChain account
- [Buy TFT](../../threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Send TFT to TFChain](../../threefold_token/tft_bridges/tft_bridges.md)
- [Buy TFT](threefold_token:buy_sell_tft.md)
- [Send TFT to TFChain](threefold_token:tft_bridges.md)
## Deploy a Micro VM
@ -126,7 +125,3 @@ zinit status node-status-bot
```
You can then use the bot on Telegram and the Python program will restart every time the VM starts.
## Questions and Feedback
If you have any questions or feedback, please let us know by either writing a post on the [ThreeFold Forum](https://forum.threefold.io/), or by chatting with us on the [TF Grid Tester Community](https://t.me/threefoldtesting) Telegram channel.