Closed josephspurrier closed 8 years ago
I've tested it on OS X and no issue found so far
brew install go export PATH=$PATH:/usr/local/opt/go/libexec/bin export GOPATH=/usr/local/opt/go/libexec/bin
git clone https://github.com/blue-jay/jay.git cd jay go build cp jay /usr/local/bin
git clone https://github.com/blue-jay/blueprint.git go get github.com/blue-jay/jay/ go get github.com/blue-jay/blueprint/ cd blueprint
( vi env.json to change MySQL user & password before run the script) export JAYCONFIG=./env.json jay env make jay migrate all
go build sudo ./blueprint open http://localhost
@ralic Awesome! Thanks for the instructions too. I need to add this to a wiki page.
I added the instructions to: https://github.com/blue-jay/blueprint/wiki/Blueprint-Setup-for-OS-X. I have to go through and test them again - I made a couple changes.
Testing is complete. I added a quick instruction for docker too.
I added to the website also: http://blue-jay.github.io/#os-specific-instructions
Update documentation accordingly.