https://github.com/ubuntu/uupgrade-web
Ubuntu Upgrade checker web frontend
https://github.com/ubuntu/uupgrade-web
Last synced: about 1 year ago
JSON representation
Ubuntu Upgrade checker web frontend
- Host: GitHub
- URL: https://github.com/ubuntu/uupgrade-web
- Owner: ubuntu
- Created: 2017-03-09T21:32:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T13:51:09.000Z (about 4 years ago)
- Last Synced: 2025-04-20T15:44:29.835Z (about 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu Upgrade Web Frontend
Web UI for processing data
# Development
```
virtualenv -p python3 .venv
. .venv/bin/activate
python setup.py develop
```
# Deployment
```
docker build -t uupgrade-web .
```