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

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

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