Google News
logo
Phalcon - Interview Questions
What is Devilbox in Phalcon?
The Devilbox is a modern and highly customizable dockerized PHP stack supporting full LAMP and MEAN and running on all major platforms. The main goal is to easily switch and combine any version required for local development. It supports an unlimited number of projects for which vhosts, SSL certificates and DNS records are created automatically. Reverse proxies per project are supported to ensure listening server such as NodeJS can also be reached. Email catch-all and popular development tools will be at your service as well. Configuration is not necessary, as everything is already pre-setup.
 
Furthermore, the Devilbox provides an identical and reproducible development environment for different host operating systems.
 
This example will use phalcon to install Phalcon from within the Devilbox PHP container. After completing the steps listed below, you will have a working Phalcon setup ready to be served via http and https.
 
Configuration
The following configuration will be used :

Project name my-phalcon
VirtualHost directory /shared/httpd/my-phalcon
Database n.a.
TLD_SUFFIX loc
Project URL http://my-phalcon.loc, https://my-phalcon.loc
Advertisement