2024-11-08 17:11:03 +00:00
|
|
|
<h1> ThreeFold V4 Website </h1>
|
2024-11-08 15:24:29 +00:00
|
|
|
|
2024-11-08 17:11:03 +00:00
|
|
|
<h2>Table of Contents</h2>
|
2024-11-08 16:45:52 +00:00
|
|
|
|
2024-11-08 17:11:03 +00:00
|
|
|
- [Introduction](#introduction)
|
|
|
|
- [Docker Installation](#docker-installation)
|
2024-11-08 16:45:52 +00:00
|
|
|
|
2024-11-08 17:11:03 +00:00
|
|
|
---
|
2024-11-08 16:45:52 +00:00
|
|
|
|
2024-11-08 17:11:03 +00:00
|
|
|
## Introduction
|
2024-11-08 16:45:52 +00:00
|
|
|
|
2024-11-08 17:11:03 +00:00
|
|
|
We present the new version of the ThreeFold website for V4. This website has a minimalistic aesthetics.
|
|
|
|
|
|
|
|
## Docker Installation
|
|
|
|
|
|
|
|
- Set a [Hero Docker container](./hero_docs/crystallib_hero_basic_docs.md) as shown in the docs
|
|
|
|
- Install the website
|
|
|
|
```bash
|
|
|
|
hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git
|
|
|
|
~/code/git.ourworld.tf/tfgrid/www_threefold4/install.sh
|
|
|
|
```
|
|
|
|
- Start the website
|
|
|
|
```bash
|
|
|
|
~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh
|
|
|
|
```
|