compiling dbdeployer - datacharmer/dbdeployer GitHub Wiki
Compiling dbdeployer
[HOME]
Should you need to compile your own binaries for dbdeployer, follow these steps:
- Make sure you have go 1.11+ installed in your system.
- Run
git clone https://github.com/datacharmer/dbdeployer.git
. This will import all the code that is needed to build dbdeployer. - Change directory to
./dbdeployer
. - Run ./scripts/build.sh {linux|OSX}`
- If you need the docs enabled binaries (see the section "Generating additional documentation") run
MKDOCS=1 ./scripts/build.sh {linux|OSX}