Skip to content

WIP Fix #18 As operator I can continually boostrap physical server #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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