8 lines
173 B
Bash
8 lines
173 B
Bash
#!/bin/bash
|
|
|
|
cd /root/code/git.ourworld.tf/tfgrid/www_projectmycelium
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install -r requirements.txt
|
|
cd poc
|
|
python server.py |