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

Setup Angular User App with Github Pages

miscellaneous

Today, our task is to setup https://github.com/aidarbek/angular so that it runs with Github Pages. Luckily, AngularJS is easy to setup for Github Pages, so this task only takes a few steps. First, fork the repository and save it to your account. Next, clone the fork you just created by typing this command in Git Shell: git clone https://github.com/<your github username>/angular.git Then, make a branch called github pages and switch to it.

28 Dec 2015 #setup #commit #gh-pages #github #angularjs