nanobox-quickstarts / nanobox-beego

Quickstart for Beego with Nanobox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beego from scratch

Beego from scratch

Run a Beego app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-beego.git

# cd into the beego app
cd nanobox-beego

Run the app

# 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

Check it out

Visit your app at beego.dev:8080

Explore

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

Now What?

For more details about running Beego apps with nanobox visit guides.nanobox.io/golang/beego/

About

Quickstart for Beego with Nanobox

License:Mozilla Public License 2.0


Languages

Language:Smarty 98.0%Language:Go 2.0%