2024-11-08 15:24:29 +00:00
|
|
|
# www_threefold4
|
|
|
|
|
2024-11-08 16:45:52 +00:00
|
|
|
new version of threefold, minimalistic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## to debug / develop
|
|
|
|
|
|
|
|
```bash
|
|
|
|
hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git
|
|
|
|
cd ~/code/git.ourworld.tf/tfgrid/www_threefold4
|
|
|
|
source myenv.sh
|
|
|
|
# to test an example
|
|
|
|
cd poc
|
|
|
|
python server.py
|
|
|
|
```
|
|
|
|
|
|
|
|
## to add package to pip
|
|
|
|
|
|
|
|
add it to https://git.ourworld.tf/projectmycelium/hero_server/src/branch/main/requirements.txt
|