updated readme

This commit is contained in:
mik-tf 2024-11-08 12:19:35 -05:00
parent 910d8ed8c5
commit 43169d4452

View File

@ -3,7 +3,9 @@
<h2>Table of Contents</h2> <h2>Table of Contents</h2>
- [Introduction](#introduction) - [Introduction](#introduction)
- [Docker Installation](#docker-installation) - [Install](#install)
- [Start the Website](#start-the-website)
- [With Hero Docker (Optional)](#with-hero-docker-optional)
--- ---
@ -11,15 +13,23 @@
We present the new version of the ThreeFold website for V4. This website has a minimalistic aesthetics. We present the new version of the ThreeFold website for V4. This website has a minimalistic aesthetics.
## Docker Installation ## Install
- Set a [Hero Docker container](./hero_docs/crystallib_hero_basic_docs.md) as shown in the docs Run the following lines to install the website:
- Install the website
```bash ```bash
hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git
~/code/git.ourworld.tf/tfgrid/www_threefold4/install.sh ~/code/git.ourworld.tf/tfgrid/www_threefold4/install.sh
``` ```
- Start the website
```bash ## Start the Website
~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh
``` Run the following line to start the website:
```bash
~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh
```
## With Hero Docker (Optional)
You can use Hero Docker instead of a local installation. Read the [Hero Docker container](./hero_docs/crystallib_hero_basic_docs.md) docs for more information.