FOSS Docs on How to Build Your Own Internet
Go to file
2025-02-11 22:31:06 -05:00
cfg updafe cfg 2025-02-11 22:31:06 -05:00
docs update intro 2025-01-14 16:33:35 -05:00
static ... 2025-02-10 15:28:14 +03:00
.gitignore ... 2025-02-10 15:33:06 +03:00
LICENSE init byoi 2025-01-14 16:27:11 -05:00
README.md updafe cfg 2025-02-11 22:31:06 -05:00

ThreeFold BYOI Cloud Website

Table of Contents


Introductiona

This repository contains the code to deploy the ThreeFold BYOI Cloud website.

Install Hero

curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_hero.sh

Deploy Locally

You can run the website in your development environment on a local browser. Make sure to start a new shell if you've just installed Hero.

hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_byoi -d

Push Changes

  • Development

    hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_byoi -bpd
    
  • Production

    hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_byoi -bp
    

URL