Project Mycelium, V4 of ThreeFold, Minimalist Website
Go to file
2024-11-18 19:36:28 +03:00
hero_docs Update hero_docs/crystallib_hero_basic_docs.md 2024-11-17 15:45:22 +00:00
onepager Update onepager/README.md 2024-11-14 04:18:51 +00:00
poc_project_mycelium ... 2024-11-15 10:49:55 +03:00
poc_threefold ... 2024-11-18 19:36:27 +03:00
threefold_v3_onepager updated img 13 2024-11-15 00:07:05 -05:00
.gitignore updated faq 2024-11-10 19:02:28 -05:00
build.sh added scripts to deploy online 2024-11-13 16:19:03 -05:00
install.sh ... 2024-11-08 19:49:56 +03:00
myenv.sh ... 2024-11-08 19:45:52 +03:00
README.md Update README.md 2024-11-11 21:51:23 +00:00
requirements.txt ... 2024-11-15 10:49:55 +03:00
serve.sh added scripts to deploy online 2024-11-13 16:19:03 -05:00
start.sh ... 2024-11-15 10:49:55 +03:00

Project Mycelium Website

Table of Contents


Introduction

We present the new minimalist version of the Project Mycelium website.

Install the Website

Run the following lines to install the website:

hero git clone -u git@git.ourworld.tf:tfgrid/www_projectmycelium.git
~/code/git.ourworld.tf/tfgrid/www_projectmycelium/install.sh

Start the Website

Run the following line to start the website:

~/code/git.ourworld.tf/tfgrid/www_projectmycelium/start.sh

With Hero Docker (Optional)

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

Deploy Locally Without Hero

You can deploy the website locally without Hero with the following lines:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cd poc
python server.py