Set up PHP development environment on Linux Mint

Linux Mint is an Ubuntu-based distribution of Linux. At this writting, I use its latest version: Linux Mint 14.

I tried to install Apache2 and PHP5 from source files, but failed. It is too much dependencies to handle! Finally, I compromised to use apt-get to install them, then everything become easier than ever.

  1. Install Apache2
    Note the directory of Apache2 created by apt-get varies that created by make install.
  1. Install PHP5
  2. Install MySQL
  3. Install Eclipse
    Install SVN plug-in
    Install PDT plug-in

 

posted @ 2013-03-01 22:55  Copyright  阅读(177)  评论(0编辑  收藏  举报