Skip to content
kenorb edited this page Oct 18, 2014 · 2 revisions

Building

  1. Initialize the build by make (alias for: phing).
  2. Edit dist/build.properties as required (set up your db credentials).
  3. Re-run the build by make.

Installing

  1. Install distribution by make install (alias for: phing ads-install).

Customization

  • To install build in different folder, you can try: phing -D out=my_dir

Troubleshooting

If you have any problems with build, you may add -verbose or -debug parameter for the phing to see more details.

Clone this wiki locally