How To Install CakePHP On An Ubuntu 12.04 VPS
In this tutorial you will learn how to install and get started with CakePHP – a powerful and robust PHP framework built around the MVC programming language.
In this tutorial you will learn how to install and get started with CakePHP – a powerful and robust PHP framework built around the MVC programming language.
This tutorial shows you how to install Zend Framework on an Ubuntu 12.04 VPS.
Conteinerizar um aplicativo se refere ao processo de adaptar um aplicativo e seus componentes com a finalidade de conseguir executá-lo em ambientes leves, conhecidos como contêineres. Esses ambientes são isolados e…
Cuando se habla de disponer en contenedores una aplicación, se hace referencia al proceso de adaptación de una aplicación y sus componentes para poder ejecutarla en entornos ligeros conocidos como contenedores. Estos…
CakePHP is a powerful and robust PHP framework built around the Model-View-Controller (MVC) programming paradigm. Here’s part one concerning how to create a small web app on a VPS.
Автор выбрал Diversity in Tech Fund для получения пожертвования в рамках программы Write for DOnations. Laravel — одна из самых популярных в настоящее время инфраструктур…
O Laravel é um framework PHP de código aberto que fornece um conjunto de ferramentas e recursos para construir aplicativos PHP modernos. Com um ecossistema completo que aproveita suas funcionalidades nativas, a…
Here’s the first part in our series on how to use Symfony2 to perform CRUD operations on a VPS.
The Apache web server uses virtual hosts to manage multiple domains on a single instance. Similarly, PHP-FPM uses a daemon to manage multiple PHP versions on a single instance. Together, you can use Apache and PHP-FPM to host multiple PHP web-applications, each using a different version of PHP, all on the same server, and all at the same time.
In this tutorial we are going to install OctoberCMS on a VPS running Ubuntu 14.04. There are two ways you can install OctoberCMS: via the wizard and via the command line. We’ll look at installing it using the second method.