Skip to content

nanobox-quickstarts/nanobox-beego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/