Google News
logo
Phalcon - Interview Questions
What is Nanobox in Phalcon?
Nanobox is a portable, micro platform for developing and deploying apps. When working locally, Nanobox uses Docker to spin up and configure a virtual development environment configured to your specific needs. When you’re ready to deploy to live servers, Nanobox will take that same environment and spin it up on your cloud provider of choice, where you can then manage and scale your app through the Nanobox dashboard.
 
Create a New Project : Create a project folder and cd into it :
mkdir nanobox-phalcon && cd nanobox-phalcon
Advertisement