个人工具

“UbuntuHelp:PHPEclipse”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/PHPEclipse}}
 
{{From|https://help.ubuntu.com/community/PHPEclipse}}
 
{{Languages|UbuntuHelp:PHPEclipse}}
 
{{Languages|UbuntuHelp:PHPEclipse}}
 +
<<Include(Tag/NeedsExpansion)>>
 +
<<Include(Tag/StyleCleanup)>>
 
'''Note:Eclipse is now available in the Universe repository.'''
 
'''Note:Eclipse is now available in the Universe repository.'''
 
See : [[UbuntuHelp:EclipseIDE|EclipseIDE]]
 
See : [[UbuntuHelp:EclipseIDE|EclipseIDE]]
 
== Notice ==
 
== Notice ==
This installation guide will install [[UbuntuHelp:PHPEclipse|PHPEclipse]] into an Eclipse installation in your home directory or in the /opt directory (depending of your [[UbuntuHelp:EclipseIDE|EclipseIDE]] installation method)
+
This installation guide will install PHPEclipse into an Eclipse installation in your home directory or in the /opt directory (depending of your [[UbuntuHelp:EclipseIDE|EclipseIDE]] installation method)
[[UbuntuHelp:PHPEclipse|PHPEclipse]] is able to controll MySQL as well as Apache, and using dbg as a debugger. See below for instructions on controlling Apache using [[UbuntuHelp:PHPEclipse|PHPEclipse]].
+
PHPEclipse is able to controll MySQL as well as Apache, and using dbg as a debugger. See below for instructions on controlling Apache using PHPEclipse.
 
== Automated Installation ==
 
== Automated Installation ==
An automated installation of [[UbuntuHelp:PHPEclipse|PHPEclipse]] is available via the Eclipse Update Manager.
+
An automated installation of PHPEclipse is available via the Eclipse Update Manager.
 
<ol><li>Start Eclipse as root, ''$sudo eclipse'' or ''$sudo -s'' then ''#eclipse''
 
<ol><li>Start Eclipse as root, ''$sudo eclipse'' or ''$sudo -s'' then ''#eclipse''
 
</li><li>Click on Help->Software Updates->Find/Install from file menu in Eclipse.
 
</li><li>Click on Help->Software Updates->Find/Install from file menu in Eclipse.
 
</li><li>Select the radio button labeled, "search for new features to install".
 
</li><li>Select the radio button labeled, "search for new features to install".
 
</li><li>Click on the "New Remote Site" button.
 
</li><li>Click on the "New Remote Site" button.
</li><li>Enter a name, and the URL: http://phpeclipse.sourceforge.net/update/releases
+
</li><li>Enter a name, and the URL: http://update.phpeclipse.net/update/nightly
 
</li><li>Click on "Finish".
 
</li><li>Click on "Finish".
 
</li><li>A list of features will be presented, open the list and check the one labeled "phpeclipse".
 
</li><li>A list of features will be presented, open the list and check the one labeled "phpeclipse".
第28行: 第30行:
 
== Installation ==
 
== Installation ==
 
This document assumes you have a running Eclipse installed as described in [[UbuntuHelp:EclipseIDE|EclipseIDE]].
 
This document assumes you have a running Eclipse installed as described in [[UbuntuHelp:EclipseIDE|EclipseIDE]].
[[UbuntuHelp:PHPEclipse|PHPEclipse]] is a plugin to Eclipse and should be placed in the <code><nowiki>$HOME/opt/eclipse/plugins</nowiki></code> directory for the personnal installation or <code><nowiki>/opt/eclipse/plugins</nowiki></code> for the global installation.
+
PHPEclipse is a plugin to Eclipse and should be placed in the <code><nowiki>$HOME/opt/eclipse/plugins</nowiki></code> directory for the personnal installation or <code><nowiki>/opt/eclipse/plugins</nowiki></code> for the global installation.
The [[UbuntuHelp:PHPEclipse|PHPEclipse]] project is located at [http://www.phpeclipse.de/ www.phpeclipse.de] and you will find the zipped plugin files [http://sourceforge.net/project/showfiles.php?group_id=57621&package_id=70009 here].
+
The PHPEclipse project is located at [http://www.phpeclipse.de/ www.phpeclipse.de] and you will find the zipped plugin files [http://sourceforge.net/project/showfiles.php?group_id=57621&package_id=70009 here].
 
* Download the latest release (PHPEclipse1.1.3-2005-01-29 when this document where written) to your favorite download directory. Then change directory to the eclipse directory (personnal installation):
 
* Download the latest release (PHPEclipse1.1.3-2005-01-29 when this document where written) to your favorite download directory. Then change directory to the eclipse directory (personnal installation):
 
<pre><nowiki>
 
<pre><nowiki>
第38行: 第40行:
 
$ cd /opt/eclipse
 
$ cd /opt/eclipse
 
</nowiki></pre>
 
</nowiki></pre>
* Unzip the previously downloaded [[UbuntuHelp:PHPEclipse|PHPEclipse]] plugin (use <code><nowiki>sudo</nowiki></code> if you used the [[UbuntuHelp:EclipseIDE|EclipseIDE]] global installation method):
+
* Unzip the previously downloaded PHPEclipse plugin (use <code><nowiki>sudo</nowiki></code> if you used the [[UbuntuHelp:EclipseIDE|EclipseIDE]] global installation method):
 
<pre><nowiki>
 
<pre><nowiki>
 
$ unzip ~/your_download_dir/PHPEclipse1.1.3-2005-01-29.zip
 
$ unzip ~/your_download_dir/PHPEclipse1.1.3-2005-01-29.zip
第59行: 第61行:
 
<Directory /home/<username>/work/>
 
<Directory /home/<username>/work/>
 
</nowiki></pre>
 
</nowiki></pre>
'''Note:''' the above is just an example of my work environment change the path accordingly.  Also, the <code><nowiki>PHP Browser</nowiki></code> that is part of [[UbuntuHelp:PHPEclipse|PHPEclipse]] by default wants to open '''http://localhost/php/''your_script'''''.
+
'''Note:''' the above is just an example of my work environment change the path accordingly.  Also, the <code><nowiki>PHP Browser</nowiki></code> that is part of PHPEclipse by default wants to open '''http://localhost/php/''your_script'''''.
 
and reload Apache to recognize the new configuration:
 
and reload Apache to recognize the new configuration:
 
<pre><nowiki>
 
<pre><nowiki>
 
/etc/init.d/apache2 reload
 
/etc/init.d/apache2 reload
 
</nowiki></pre>
 
</nowiki></pre>
=== Configure [[UbuntuHelp:PHPEclipse|PHPEclipse]] for Apache ===
+
=== Configure PHPEclipse for Apache ===
Now that we have Apache configured for our development environment we can configure [[UbuntuHelp:PHPEclipse|PHPEclipse]] to control Apache.  First open Eclipse and click on:
+
Now that we have Apache configured for our development environment we can configure PHPEclipse to control Apache.  First open Eclipse and click on:
 
<pre><nowiki>
 
<pre><nowiki>
 
Window > Preferences > PHPeclipse Web Development
 
Window > Preferences > PHPeclipse Web Development
 
</nowiki></pre>
 
</nowiki></pre>
This opens the [[UbuntuHelp:PHPEclipse|PHPEclipse]] options dialog.  
+
This opens the PHPEclipse options dialog.  
 
First click on  <code><nowiki>PHP External Tools</nowiki></code> there's two things to change <code><nowiki>Run PHP command</nowiki></code> and <code><nowiki>Parser command</nowiki></code>:
 
First click on  <code><nowiki>PHP External Tools</nowiki></code> there's two things to change <code><nowiki>Run PHP command</nowiki></code> and <code><nowiki>Parser command</nowiki></code>:
 
<pre><nowiki>
 
<pre><nowiki>
第116行: 第118行:
 
'''Note:''' this guide has been tested on Ubuntu 7.04 (Feisty) and Ubuntu 7.10 (Gutsy).
 
'''Note:''' this guide has been tested on Ubuntu 7.04 (Feisty) and Ubuntu 7.10 (Gutsy).
 
----
 
----
[[category:CategoryCleanup]]
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 20:20的最新版本

<<Include(Tag/NeedsExpansion)>> <<Include(Tag/StyleCleanup)>> Note:Eclipse is now available in the Universe repository. See : EclipseIDE

Notice

This installation guide will install PHPEclipse into an Eclipse installation in your home directory or in the /opt directory (depending of your EclipseIDE installation method) PHPEclipse is able to controll MySQL as well as Apache, and using dbg as a debugger. See below for instructions on controlling Apache using PHPEclipse.

Automated Installation

An automated installation of PHPEclipse is available via the Eclipse Update Manager.

  1. Start Eclipse as root, $sudo eclipse or $sudo -s then #eclipse
  2. Click on Help->Software Updates->Find/Install from file menu in Eclipse.
  3. Select the radio button labeled, "search for new features to install".
  4. Click on the "New Remote Site" button.
  5. Enter a name, and the URL: http://update.phpeclipse.net/update/nightly
  6. Click on "Finish".
  7. A list of features will be presented, open the list and check the one labeled "phpeclipse".
  8. Click on "Next"
  9. Follow the onscreen instructions to finish the automatic install.

Ubuntu Feisty 7.04 Fix

When you try to edit a .php file using the PHPeclipse editor, you will get an error message that tells you to look in the log. This problem arises due to problem with the default JVM used in Feisty. To fix the problem:

  1. Close eclipse and at the bash prompt:
  2. sudo apt-get install sun-java6-jre libxext6-dbg
  3. sudo nano -w /etc/eclipse/java_home
  4. Insert /usr/lib/jvm/java-6-sun on the line above /usr/lib/jvm/java-gcj
  5. Close and save the file

Installation

This document assumes you have a running Eclipse installed as described in EclipseIDE. PHPEclipse is a plugin to Eclipse and should be placed in the $HOME/opt/eclipse/plugins directory for the personnal installation or /opt/eclipse/plugins for the global installation. The PHPEclipse project is located at www.phpeclipse.de and you will find the zipped plugin files here.

  • Download the latest release (PHPEclipse1.1.3-2005-01-29 when this document where written) to your favorite download directory. Then change directory to the eclipse directory (personnal installation):
$ cd ~/opt/eclipse

or (global installation)

$ cd /opt/eclipse
  • Unzip the previously downloaded PHPEclipse plugin (use sudo if you used the EclipseIDE global installation method):
$ unzip ~/your_download_dir/PHPEclipse1.1.3-2005-01-29.zip

(substitute your_download_dir and zip file name to fit your system)

  • The plugin is now installed but "Eclipse 3.x caches all plugin.xml files into a single repository for quicker loading. If you used eclipse before installing PHPeclipse, you should start eclipse once with the -clean option. This -clean forces Eclipse to rebuild that repository. This applies to anything that is installed into eclipse by unzipping it into its plugins folder.":
$ eclipse -clean

Next time you may start Eclipse your favorite way, without the -clean option.

Controlling Apache from Eclipse

Configuring Apache

The first thing you'll want to do is have a working Apache install see ApacheMySQLPHP for details. The assumption is that you're installing Apache on a workstation that is seperate from your production web server. In your favorite text editor open /etc/apache2/sites-available/default change DocumentRoot to somewhere in your home directory:

DocumentRoot /home/<username>/work

and

<Directory /home/<username>/work/>

Note: the above is just an example of my work environment change the path accordingly. Also, the PHP Browser that is part of PHPEclipse by default wants to open http://localhost/php/your_script. and reload Apache to recognize the new configuration:

/etc/init.d/apache2 reload

Configure PHPEclipse for Apache

Now that we have Apache configured for our development environment we can configure PHPEclipse to control Apache. First open Eclipse and click on:

Window > Preferences > PHPeclipse Web Development

This opens the PHPEclipse options dialog. First click on PHP External Tools there's two things to change Run PHP command and Parser command:

Run PHP command default is /apache/php/php

change this to: 

/usr/bin/php

Parser command default is /apache/php/php -l -f {0}

change to:

/usr/bin/php -l -f {0}

Note: you'll need the php5-cli package installed for this to work. Add a line to /etc/sudoers to allow admins to control apache2 without entering a password

sudo visudo

Append the following line
%admin ALL=NOPASSWD: /usr/sbin/apache2

Create a simple script to run apache2 via sudo

mkdir /home/<username>/bin
vi /home/<username>/bin/apache2
#!/bin/sh

sudo /usr/sbin/apache2 $*

Next click on Apache under PHP External Tools where we'll need to change the Apache and Start Apache values:

Change Start Apache to:
-k start

and Apache to:
/home/<username>/bin/apache2

Then click Ok to apply. To start Apache from Eclipse simply click the Start Apache icon.

TODO

Write about controlling MySQL as well as using dbg. Note: this guide has been tested on Ubuntu 7.04 (Feisty) and Ubuntu 7.10 (Gutsy).