How to migrate from Github to your self-hosted Gitlab

Today Github has announced that it has been acquired by Microsoft. Some of you do not like this move and choose to move over to the hosted version of Gitlab. However, did you know that you can host your own Gitlab installation without investing a lot in managing your own server? In this article we […]

Create a Laravel 5 package with Laravel 4 illuminate/workbench

At Yourwebhoster.eu we work with the Laravel framework for our internal systems. The framework provides us basic functions and a MVC structure making development much easier. We can extend the framework with packages of third party developers allowing us to develop even faster. For example there are plenty of packages to connect our systems with […]

How to install nginx on CentOS 6

Compared to Apache Nginx is a light-weight high performance web server. This makes it interesting to install the software on a VPS. Unfortunately CentOS 6 does not support Nginx out-of-the-box. This article works for CentOS 5 and 6. Nginx repository The previous version of this article relied on the Epel version of Nginx. EPEL stands for Extra […]