PHP on T R A X
Rapid Application Development Made Easy

Changeset 303 for trunk/README

Show
Ignore:
Timestamp:
08/05/08 23:04:28 (4 months ago)
Author:
john
Message:

moved makepkg.php and updated README for how to build PEAR module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r285 r303  
    2626* FreeBSD, Unix, Linux, MacOSX, Windows 
    2727 
     28== Building & Installing PHPonTrax PEAR Module 
     29From the commandline run the following command: 
     30php makepkg.php 
     31After that runs it will make a build folder with the PEAR module called: 
     32PHPonTrax-<version>.tgz  
     33To install this newly generated PEAR module run the following command: 
     34pear install -a PHPonTrax-<version>.tgz 
     35If you have a previously installed version exists first run: 
     36pear uninstall PHPonTrax 
     37 
    2838== Getting Started 
    2939http://wiki.phpontrax.com/How_do_I_install/upgrade_Trax%3F