Skip to main content

Posts

Showing posts from May, 2013

Installing CAKEPHP on your ubuntu machine

Hi Everyone,            I'm listing out the steps to install cakephp :  1. Install the necessary packages using the command        sudo apt-get install apache2 mysql-server php5  2. In case you encounter any Lock Error, make sure no other installation is      happening and close Synaptic Package Manager if open. Even if the problem      exists, execute sudo killall apt-get  3. Enable Mod-rewrite:  sudo a2enmod rewrite   4. Download the latest stable version of cake from http://cakephp.org/ and save      it to your machine.  5. Extract the downloaded file and rename the extracted folder with your project      name(assume, project name is cakephp) and move it to the document root      (most of the times it will be /var/www/)  6. Give writable permission to tmp folder:      sudo chmod -R 777 cakephp/app/tmp   7.  Open file /etc/apache2/sites-enabled/000-default  using command        sudo vim /etc/apache2/sites-enabled/000-default        and change Allow

Installing Eclipse Galileo , PHPEclipse plugin and SVN plugin

Steps to Install Eclipse Galileo on Ubuntu , PHPEclipse and SVN plugin   : Start with Eclipse Installation first    Login as root user         Update the package repository by the following command :          apt-get update (or) aptitude update         To install eclipse use the following command :           aptitude install eclipse    This will complete the Eclipse Installation. Now, Install PHPEclipse and SVN plugins    Go to Applications->Programming->Eclipse    In Eclipse menubar, select Menu->Help->Install New Softwares    Click on Add, and insert the follwing:        Installing PHPEclipse plugin      Name: PHPEclipse      URL: http://phpeclipse.sourceforge.net/update/nightly_1.2.x/        If the above Url doesn't work, then use the URL below       http://phpeclipse.sourceforge.net/update/stable/1.2.x/      Now click on Next, select the items to be installed and Finish.      After Installing PHPEclipse, restart your eclipse