Updated fils to incorporate new changes
[phpeclipse.git] / net.sourceforge.phpeclipse / install.txt
1 PHPEclipse  Version 1.0.6alpha
2 http://phpeclipse.sourceforge.net
3
4 Requirements
5 ------------------------------------------
6 Eclipse 2.x or higher (downloadable at http://www.eclipse.org)
7
8
9 Recommended
10 ------------------------------------------
11 PHP Enviroment for running PHP code.
12 PHP can be downloaded at http://www.php.net
13 Server can be found at http://httpd.apache.org
14 MySQL can be found at http://www.mysql.org
15
16
17 Installation
18 ------------------------------------------
19 Simply unzip the files to your eclipse directory and (re)start eclipse.
20
21 If you copy the files manually make sure all files are located in the
22 net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
23
24 After installation the directorystructure should look like:
25
26 |--<eclipse install>
27 |     |
28 .     plugins
29 .           |
30 .           |
31             |- net.sourceforge.phpeclipse           // plugin folder
32             |               |
33             .               |
34             .               |-- phpeclipse.jar      // the plugin jar file
35             .               |
36                             |-- plugin.xml
37                             |
38                             |-- plugin.properties
39                             |
40                             |-- phpeclipsesrc.zip   // sources for phpeclipse
41                             |
42                             |-- install.txt         // this textfile
43                             |
44                             |-- cpl-v10.html        // common public licence
45                             |
46                             |-- TODO                // what to do
47
48
49 Editing PHP
50 ------------------------------------------
51 To start coding your php code. Simply create a new project.
52 (File -> New... -> Project) And choose PHP from the left list.
53 Choose PHP Project from the right and press "Next >".
54 Specify a name for your project and press "Finish".
55
56 The PHP Perspective should open and you can add new PHP files.
57
58 - For more Information go to the menu "Help->Help Contents" and
59   open the "PHPEclipse Help"
60
61
62
63 Additional Plugins for PHPEclipse
64 ------------------------------------------
65
66 - PHPEclipse SQL Plugin
67 - PHPEclipse JTidy Plugin
68
69 Both can be found at: http://sourceforge.net/projects/phpeclipse/