NOTE: This is alpha software. Please contact us if you aim to run it in production.
Note: Requires Go 1.13.6+
- Install Go by following the official docs. Remember to set your
$GOPATH
and$PATH
environment variables, for example:wget https://dl.google.com/go/go1.13.6.linux-amd64.tar.gz sudo tar -xvzf go1.13.6.linux-amd64.tar.gz sudo mv go /usr/local cat <<EOF >> ~/.profile export GOPATH=$HOME/go export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin EOF
- Clone BStudio source code to your machine
mkdir -p $GOPATH/src/github.com/bitsongofficial cd $GOPATH/src/github.com/bitsongofficial git clone https://github.com/bitsongofficial/bstudio.git cd bstudio
- Compile
The latest
# Install the app into your $GOBIN make all # Now you should be able to run the following commands: bstudio help
bstudio version
is now installed. - Run BStudio
bstudio start
- Test with Swagger