Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Monday, October 14, 2013

Complete Guide on how to Install Laravel 4 in Linux Ubuntu

Laravel 4 is out! What better way to test it than to install in my computer. I'll be teaching you how to install Laravel 4 in an Ubuntu OS. I like the current website of laravel, very classy. The documentation is more organized and readable. Anyway, let's get started!

Wednesday, December 26, 2012

Setting up a Virtual Host in Linux (Ubuntu)


There are times when you use a framework such as Symfony or Laravel, there are configurations that needs to be done. One of that configuration is pointing your path to web folder (Symfony) or public folder (Laravel) when you are preparing a hostname for your site. The advantage of this is protecting your files what can be seen publicly and what's not. So, today, I'll be setting up virtual host in Linux Ubuntu.

Tuesday, March 13, 2012

Remove SVN, Add SVN in Linux



There are times we just want to copy the source files and add it to SVN. The problem is, if we copy the whole folder, we also copy the SVN link. You could remove the ".svn" one by one, but then again, that would be REALLY tedious.