https://github.com/mfa/django-runtests-docker
run tests of Django in Docker containers
https://github.com/mfa/django-runtests-docker
Last synced: about 1 year ago
JSON representation
run tests of Django in Docker containers
- Host: GitHub
- URL: https://github.com/mfa/django-runtests-docker
- Owner: mfa
- Created: 2015-11-07T11:10:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T11:23:42.000Z (about 8 years ago)
- Last Synced: 2025-02-07T14:22:42.277Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker based running Django runtests with Postgresql
## run tests
```
sh run.sh
```
## possible improvements
- use docker-compose
- use mysql docker container too
## digitalocean test box walkthrough
- you need a 1GB RAM server! (or a add swap file as alternative)
- install debian 8.2 64bit
- install https transport for apt: ``apt-get update && apt-get install apt-transport-https``
- install Docker: https://docs.docker.com/engine/installation/debian/#debian-jessie-80-64-bit
- clone this repo: ``git clone https://github.com/mfa/django-runtests-docker.git``
- ``sh run.sh``