You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
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}