If you don't feel like setting up databases and users, you can use our [docker](http://docker.io)[image](https://index.docker.io/u/mhansen/sequelize-contribution/) for sequelize contribution.
Getting the image:
```console
$ sudo docker pull mhansen/sequelize-contribution
```
Makes sure Docker and docker-compose are installed.
Start the container and save references to container id and ip:
```console
# Start mysql/postgres container
$ CONTAINER=$(sudo docker run -d -i -t mhansen/sequelize-contribution)