Run a Beego app locally, install nothing besides nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-beego.git
# cd into the beego app
cd nanobox-beego
# Add a convenient way to access your app from the browser
nanobox dns add local beego.dev
# Run Beego as you would normally, with Nanobox
nanobox run bee run
Visit your app at beego.dev:8080
With Nanobox, you don't have to have anything installed on your machine to run your app:
# drop into a Nanobox console
nanobox run
# where golang is installed,
go version
# git is installed,
git --version
# and your code is mounted
ls
For more details about running Beego apps with nanobox visit guides.nanobox.io/golang/beego/