From 08db1877ce2b2f5dc11cae242c3fcf95d8e614a1 Mon Sep 17 00:00:00 2001 From: despiegk Date: Mon, 2 Sep 2024 05:49:17 +0000 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a399363..12c380e 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,35 @@ backend for hero ## get started -- checkout this repo - -## to debug / develop - ```bash -cd ~/code/git.ourworld.tf/projectmycelium/hero_server +mkdir -p ~/code/git.ourworld.tf/freeflowuniverse +cd ~/code/git.ourworld.tf/freeflowuniverse +git clone git@git.ourworld.tf:freeflowuniverse/heroweb.git +cd heroweb source myenv.sh +bash install.sh # to test an example python ~/code/git.ourworld.tf/projectmycelium/hero_server/examples/osis_example/id_example.py -# if you need jq, start the jq dashboard -bash start_workers.sh + ``` +## to work with poc website + +```bash +#not needed to do, has already been done before, this takes a template and put in right format so we can further experiment with it +#python ~/code/git.ourworld.tf/freeflowuniverse/heroweb/poc/template_fixer.py +#run the poc server, this one needs tom be extended +python ~/code/git.ourworld.tf/freeflowuniverse/heroweb/poc/server.py + + + + +## remarks + +### if you need jq, start the jq dashboard + +bash start_workers.sh + ## to add package to pip add it to https://git.ourworld.tf/projectmycelium/hero_server/src/branch/main/requirements.txt -