2019-10-04 10:50:26 +01:00
|
|
|
# passbook
|
|
|
|
|
2020-05-13 18:05:01 +01: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 10:50:26 +01:00
|
|
|
## Quick instance
|
|
|
|
|
|
|
|
```
|
2019-11-20 12:13:10 +00:00
|
|
|
# Optionally enable Error-reporting
|
|
|
|
# export PASSBOOK_ERROR_REPORTING=true
|
2019-10-04 10:50:26 +01:00
|
|
|
docker-compose pull
|
|
|
|
docker-compose up -d
|
2019-10-09 13:29:44 +01:00
|
|
|
docker-compose exec server ./manage.py migrate
|
2019-10-04 10:50:26 +01:00
|
|
|
docker-compose exec server ./manage.py createsuperuser
|
|
|
|
```
|