mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Initial commit
This commit is contained in:
commit
9cfc758ca1
14 changed files with 697 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Dbmate
|
||||
|
||||
## Installation
|
||||
|
||||
Dbmate is currently under development. To install the latest build, run:
|
||||
|
||||
```sh
|
||||
$ go get -u github.com/adrianmacneil/dbmate
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
Tests are run with docker-compose. First, install the [Docker Toolbox](https://www.docker.com/docker-toolbox).
|
||||
|
||||
Make sure you have docker running:
|
||||
|
||||
```sh
|
||||
$ docker-machine start default && eval "$(docker-machine env default)"
|
||||
```
|
||||
|
||||
To build a docker image and run the tests:
|
||||
|
||||
```sh
|
||||
$ make
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue