Jason's Google Code-in Blog

GCI Organization: FOSSASIA

Deploy EngelSystem on Your Server

miscellaneous

Today, I decided to set up Engelsystem on a clean server as a task for Google Code-in. My first impression when looking at the PHP application was that it is a well-built MVC app. It seems to have everything an event manager could want. When I looked at the README, all the instructions were in German, but I decided to follow the gist of it anyways. I will be telling you how to setup the application step by step in English on Ubuntu 14.04 LTS x64.

16 Jan 2016 #linux #php #mysql #apache2 #engelsystem #lamp

Exploring Docker

miscellaneous

I have always seen Docker being talked about in the Linux community and have seen it as one of the DigitalOcean quick app install options. I had no idea what it was and did not realize it’s function. Docker is actually a container technology designed to improve efficiency. Traditional virtual machines house their own guest operating system and libraries to run an application. As one can see, if there is a large number of virtual machines running their own operating system, the workflow is inefficient.

1 Jan 2016 #docker #virtual machine #linux #containers