This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-10-04 09:50:26 +00:00
|
|
|
# passbook
|
|
|
|
|
2020-05-13 17:05:01 +00:00
|
|
|
![](https://img.shields.io/github/workflow/status/beryju/passbook/passbook-ci?style=flat-square)
|
|
|
|
![](https://img.shields.io/docker/pulls/beryju/passbook.svg?style=flat-square)
|
|
|
|
![](https://img.shields.io/docker/v/beryju/passbook?sort=semver&style=flat-square)
|
|
|
|
![](https://img.shields.io/codecov/c/gh/beryju/passbook?style=flat-square)
|
2020-01-02 15:42:52 +00:00
|
|
|
|
2019-10-04 09:50:26 +00:00
|
|
|
## Quick instance
|
|
|
|
|
|
|
|
```
|
2019-11-20 12:13:10 +00:00
|
|
|
# Optionally enable Error-reporting
|
|
|
|
# export PASSBOOK_ERROR_REPORTING=true
|
2019-10-04 09:50:26 +00:00
|
|
|
docker-compose pull
|
|
|
|
docker-compose up -d
|
2019-10-09 12:29:44 +00:00
|
|
|
docker-compose exec server ./manage.py migrate
|
2019-10-04 09:50:26 +00:00
|
|
|
docker-compose exec server ./manage.py createsuperuser
|
|
|
|
```
|