vegan

on

1st terminal panel

# # if there's a docker conflict # # docker rm $(docker ps -a -q) # # on # docker compose up -d; sleep 5; docker exec -it vegan.1 bash -c "source /habitat/_controls/source_2.sh && bash" # # if need to import the database # vegan_1 adventures monetary saves import --name 5.JSON

2+ terminal panels

docker exec -it vegan.1 bash -c "source /habitat/_controls/source_2.sh && bash"

garages

sanic

http://192.168.0.100:8000/docs/swagger#/

sanic inspector

http://192.168.0.100:7457

mongo

http://192.168.0.100:39000

bun

apt install unzip; curl -fsSL https://bun.sh/install | bash; source /root/.bashrc

on

(cd /habitat/venues/stages/vegan/adventures/vv_turbo/ && bun run dev) (cd /habitat/venues/stages/vegan/adventures/vv_turbo/ && bun run build)

previously

(cd /habitat/venues/stages/vegan/adventures && npx create-turbo@latest -e with-vite) (cd /habitat/venues/stages/vegan/adventures/vv_turbo/ && bun add @vitejs/plugin-vue) (cd /habitat/venues/stages/vegan/adventures/vv_turbo/apps/web && bun pm untrusted)

mongo

place

/vegan/venues/stages/vegan/adventures/monetary/__monetary_1

saves

ls /vegan/venues/stages/vegan/adventures/monetary/__saves/exports/ingredients/essential_nutrients/

saving

vegan_1 adventures monetary saves export --name 5.JSON

loading

vegan_1 adventures monetary saves import --name 4.JSON

publishing

linting

(cd /vegan/venues/stages/vegan && pycycle --here)

status

cd /vegan/venues/stages/vegan/__status/main python3 /habitat/venues/stages/vegan/__status/main/status.proc.py python3 /habitat/venues/stages/vegan/__status/API/status.proc.py # vite status

publish

# # [ ] poetry auth # pip install poetry && cd /habitat && rm -rf dist && poetry build --verbose && poetry publish --verbose; pip install poetry && cd /habitat && rm -rf dist && poetry build --format sdist --verbose && poetry publish --verbose;

important

poetry show --tree

docker

docker compose up -d docker exec -it vegan bash docker exec -it vegan bash -c "source /vegan/moves/source_2.sh && bash"