An open API service indexing awesome lists of open source software.

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

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 .
```