In my last post I decide to investigate how to install wordpress on FreeBSD 10 (latest version of FreeBSD at the moment). I use two methods of installation; first using ports and second using pkg. After try it myself I prefer to use pkg for future deployment for following reason : Fast installation; you don’t […]
Category: Blog
Git for Windows : Installation
As new standard introduced by management we start using private git using self hosted gitlab . Digitalocean give free $10 credit that allow us to use the server and feel the ‘taste’ of collaboration using git. Due to varied operating system we use I decide to write installation steps for Windows user. Get latest msysgit […]
Install Lua on Linux Ubuntu
As Android world use Java mostly for its language then I found Lua is another language that powering many games. I want to try it on my Ubuntu desktop and see how it goes : $ sudo apt-get install lua [sudo] password for alamsyah: Reading package lists… Done Building dependency tree Reading state information… Done […]
Install php 5.2.17 on FreeBSD 9.2
Another server came and the requirement still same. PHP 5.2.17 is a must. I only have 2 options from the vendor; using ubuntu or freebsd. Its 2013 and all support for php 5.2 on ubuntu server already gone. I have one option left for this job. FreeBSD. Since my last work with FreeBSD I also […]
Testing php script on google app engine
On last post I’ve wrote about howto install the google app SDK for PHP . Today I want to continue with simple testing. How to run php script using google app engine on my Ubuntu 13.04 desktop : 1. Setting PATH to google app engine by edit .profile $ cd $ nano .profile add this […]