nanobox-quickstarts / nanobox-revel

Quickstart for Revel with Nanobox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revel from scratch

Revel from scratch

Run a Revel app locally, install nothing besides nanobox.

Clone the repo

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

# cd into the revel app
cd nanobox-revel

Run the app

# Add a convenient way to access your app from the browser
nanobox dns add local revel.dev

# Run Revel as you would normally, with Nanobox
nanobox run revel run nanobox-revel

Check it out


Visit your app at <a href="http://revel.dev:9000" target="\_blank">revel.dev:9000</a>

## Explore
With Nanobox, you don't have to have anything installed on your machine to run your app:

```bash
# 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 Revel apps with nanobox visit guides.nanobox.io/golang/revel/

About

Quickstart for Revel with Nanobox

License:Mozilla Public License 2.0


Languages

Language:Go 67.1%Language:HTML 32.9%