Updated Install with contributors and notice to cpl
[phpeclipse.git] / net.sourceforge.phpeclipse / install.txt
1 PHPEclipse  Version 1.0.6alpha
2 Copyright 2003 net.sourceforge.phpeclipse
3 Contributors:
4         Klaus Hartlage
5         Matthieu Casanova
6         Le Borgne Cédric
7         David Cummings
8         Thomas Geiger
9         Rusell Wilson
10         Philippe Lachaise 
11         Stefan Langer
12         and others...
13         
14 This Plugin is released under the Common Public License v1.0 which is included
15 in this distribution or can be viewed at http://www.eclipse.org/legal/cpl-v10.html.
16
17 Look for updated versions of this plugin at http://phpeclipse.sourceforge.net
18
19  Requirements
20 ------------------------------------------
21 Eclipse 2.x or higher (downloadable at http://www.eclipse.org)
22
23
24  Recommended
25 ------------------------------------------
26 PHP Enviroment for running PHP code.
27 PHP can be downloaded at http://www.php.net
28 Server can be found at http://httpd.apache.org
29 MySQL can be found at http://www.mysql.org
30
31
32  Installation
33 ------------------------------------------
34 Simply unzip the files to your eclipse plugins directory and (re)start eclipse.
35 (<eclipse-install>/plugins/)
36
37 If you copy the files manually make sure all files are located in the
38 net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
39
40 After installation the directorystructure should look as follows:
41
42 |--<eclipse install>
43 |     |
44 .     plugins
45 .           |
46 .           |
47             |- net.sourceforge.phpeclipse           // plugin folder
48             |               |
49             .               |
50             .               |-- phpeclipse.jar      // the plugin jar file
51             .               |
52                             |-- plugin.xml
53                             |
54                             |-- plugin.properties
55                             |
56                             |-- phpeclipsesrc.zip   // sources for phpeclipse
57                             |
58                             |-- install.txt         // this textfile
59                             |
60                             |-- cpl-v10.html        // common public licence
61                             |
62                             |-- TODO                // what's to do
63
64
65  Editing PHP
66 ------------------------------------------
67 To start coding your php code. Simply create a new project.
68 (File -> New... -> Project) And choose PHP from the left list.
69 Choose PHP Project from the right and press "Next >".
70 Specify a name for your project and press "Finish".
71
72 The PHP Perspective should open and you can add new PHP files.
73
74 - For more Information go to the menu "Help->Help Contents" and
75   open the "PHPEclipse Help"
76
77
78
79 Additional Plugins for PHPEclipse
80 ------------------------------------------
81
82 - PHPEclipse SQL Plugin
83 - PHPEclipse JTidy Plugin
84
85 Both can be found at: http://sourceforge.net/projects/phpeclipse/