Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ __pycache__
*.swp
venv
ipxe
node_modules
/test-results/
/playwright-report/
/playwright/.cache/
settings.yaml
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

3 changes: 2 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Flask
SQLAlchemy
gunicorn

PyMySQL
coloredlogs
python-dotenv
ansible
strictyaml
8 changes: 8 additions & 0 deletions src/web-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ pip install -r requirements.txt
```
./run.sh
```

# Running from shell
```
source ../../venv/bin/activate
sudo -E env PATH=$PATH python # See https://askubuntu.com/a/1342154
```
```

# Visit

http://127.0.0.1:5000/
Loading