Changes between Version 47 and Version 48 of WikiStart

Show
Ignore:
Timestamp:
05/18/08 21:29:02 (2 years ago)
Author:
john
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v47 v48  
    2121== How do I run Edge Trax? == 
    2222 
    23 Trax will look for a local copy in the "vendor/trax" folder. So to run bleeding edge Trax, open a terminal window and cd to your app's vendor folder and run the below svn command: 
     23Trax will look for a local copy in the "vendor/trax" folder. So to run bleeding edge Trax, open a terminal window and cd to your app's "vendor" folder and run the below svn command: 
    2424{{{ 
     25cd vendor 
    2526svn co svn://svn.phpontrax.com/trax/trunk/trax/vendor/trax trax 
    2627}}}