-
Published Tutorial series
Drush is a command-line interface specifically made for working with Drupal. It provides a much faster management experience and is recommended if you are comfortable with using the command line.
•
By
danny.sipos
Drupal
PHP
Ubuntu
-
Published Tutorial series
Twig is a flexible, fast, and secure template engine for PHP. This series covers the basics of Twig installation, setup, and usage.
•
By
danny.sipos
PHP Frameworks
PHP
Ubuntu
-
Published Tutorial
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 m...
•
By
danny.sipos
CMS
PHP Frameworks
Ubuntu
-
Published Tutorial
Contao is an open source content management system (CMS) for websites of any size. It is a flexible and scalable system that implements high security, accessibility, and SEO standards. Contao is modular as you can use...
•
By
danny.sipos
CMS
Ubuntu
-
Published Tutorial
In this tutorial, we will see how to install Magento from the command line onto a VPS running Ubuntu 12.04.
•
By
danny.sipos
Applications
Apache
MySQL
PHP
Ubuntu
-
Published Tutorial
In this tutorial, we will install Gulp.js on our VPS and set up a small project to illustrate how easy it is to automate tasks. For this I assume you already have Node.js installed together with NPM (Node Package Mana...
•
By
danny.sipos
Node.js
Ruby
-
Published Tutorial
In this tutorial, we'll continue where we left off previously when we installed Lithium onto our Ubuntu 12.04 VPS and configured all the necessary requirements for building our web application. If you remember, we als...
•
By
danny.sipos
PHP Frameworks
PHP
MySQL
-
Published Tutorial
In this tutorial, we'll look at how we can install Lithium on our VPS, as well as get started with a simple web application. This article assumes you already have your server set up and are running the LAMP stack (Apa...
•
By
danny.sipos
PHP Frameworks
Ubuntu
-
Published Tutorial
In this tutorial, we will install Sculpin on our VPS running Ubuntu 12.04 and get started using it. We will see how to start a project from scratch, how to generate the static files, and how to use its internal web se...
•
By
danny.sipos
PHP Frameworks
PHP
Ubuntu
-
Published Tutorial
In this tutorial we will continue where we left off the last time when we got Phalcon installed on our Ubuntu 12.04 VPS and managed to print our first string to the screen using a Phalcon controller. In this tutorial,...
•
By
danny.sipos
PHP Frameworks
Ubuntu
-
Published Tutorial
In this tutorial, we will see how you can install LESS and get started using it on the server-side. For this, it assumes you are already running your own VPS with Ubuntu and a web server installed on it if you want to...
•
By
danny.sipos
Miscellaneous
Ubuntu
-
Published Tutorial
In this article we will look at how to get started with Phalcon on your VPS running Ubuntu 12.04.
•
By
danny.sipos
PHP Frameworks
PHP
Ubuntu
-
Published Tutorial
In this tutorial we will install Recess on a VPS running Ubuntu 12.04. You should already have your own virtual private server, as well as Node.js and NPM (Node Packaged Modules) installed.
•
By
danny.sipos
Node.js
Miscellaneous
Ubuntu
-
Published Tutorial
Here's how to install bolt on a VPS running Ubuntu 12.04.
•
By
danny.sipos
CMS
Ubuntu
-
Published Tutorial
In this tutorial we will install Bower on a VPS running Ubuntu 12.04. You should already have your own virtual private server, as well as Node.js and NPM (Node Packaged Modules) installed.
•
By
danny.sipos
Node.js
Git
Ubuntu
-
Published Tutorial
In this tutorial, we'll illustrate the step by step process of installing Omega 4 and creating your first subtheme.
•
By
danny.sipos
Drupal
Ruby
Ubuntu
-
Published Tutorial
In this tutorial we will get started with a small FuelPHP application. To illustrate this, we will use an Ubuntu powered VPS with the LAMP stack installed.
•
By
danny.sipos
PHP Frameworks
LEMP
PHP
Ubuntu
-
Published Tutorial
In this tutorial, we will see how to install Silverstripe on our VPS running Ubuntu.
•
By
danny.sipos
CMS
Ubuntu
-
Twig is a very good alternative to the PHPTemplate way of building the presentation logic of a web application as it is represents a much cleaner templating experience. In this respect, it comes with a very easy to un...
•
By
danny.sipos
PHP Frameworks
PHP
-
If a PHP file becomes more complex (and it will for any application), you will have a big problem with managing the layout of your site. If you want a designer to work with it, this designer will have to search into t...
•
By
danny.sipos
PHP Frameworks
PHP
Ubuntu