Skip to content

Commit d0c58af

Browse files
committed
Merge branch '18-as-an-operator-i-can-continually-bootstrap-a-physical-server' into fedora
2 parents 6f7623a + 738ca26 commit d0c58af

File tree

8 files changed

+378
-42
lines changed

8 files changed

+378
-42
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ node_modules
77
/test-results/
88
/playwright-report/
99
/playwright/.cache/
10+
settings.yaml

requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ PyMySQL
55
coloredlogs
66
python-dotenv
77
ansible
8+
strictyaml

src/web-ui/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ pip install -r requirements.txt
1313
```
1414
./run.sh
1515
```
16+
17+
# Running from shell
18+
```
19+
source ../../venv/bin/activate
20+
sudo -E env PATH=$PATH python # See https://askubuntu.com/a/1342154
21+
```
22+
```
23+
1624
# Visit
1725
1826
http://127.0.0.1:5000/

0 commit comments

Comments
 (0)