Run a Adonis app locally. Install nothing besides Nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-adonis.git
# cd into the adonis app
cd nanobox-adonis
# Add a convenient way to access your app from the browser
nanobox dns add local adonis.dev
# Run Adonis with Nanobox
nanobox run yarn run dev
Visit your app at adonis.dev:3333
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 node is installed,
node -v
# your packages are available,
yarn ls
# and your code is mounted
ls