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)
|
2024-11-08 17:20:05 +00:00
|
|
|
- [Install the Website](#install-the-website)
|
2024-11-08 17:19:35 +00:00
|
|
|
- [Start the Website](#start-the-website)
|
|
|
|
- [With Hero Docker (Optional)](#with-hero-docker-optional)
|
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 19:25:37 +00:00
|
|
|
We present the new minimalist version of the ThreeFold V4 website.
|
2024-11-08 17:11:03 +00:00
|
|
|
|
2024-11-08 17:20:05 +00:00
|
|
|
## Install the Website
|
2024-11-08 17:19:35 +00:00
|
|
|
|
|
|
|
Run the following lines to 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
|
|
|
|
|
|
|
|
Run the following line to start the website:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
## With Hero Docker (Optional)
|
|
|
|
|
2024-11-08 19:20:44 +00:00
|
|
|
You can use Hero Docker instead of a local installation. Simply run this before doing the installation and start steps.
|
|
|
|
|
|
|
|
```
|
|
|
|
docker pull logismosis/hero:latest
|
|
|
|
docker run -it --net=host --name=hero-container -v ~/code:/root/code logismosis/hero:latest
|
|
|
|
```
|