Installing AppBuilder

You can install AppBuilder on Microsoft Windows or Mac OS X systems.

Prerequisites

Installing AppBuilder on Windows

  1. Extract the appbuilder-1.0.zip file to the directory of your choice.
  2. From the directory where you extracted the contents of the zip file, double-click the run.bat file to launch AppBuilder.
  3. AppBuilder opens in a browser with the URL: http://127.0.0.1:9009/ide/ares/index.html.

Installing AppBuilder on Mac

  1. Extract the appbuilder-1.0.zip file to the directory of your choice.
  2. Open Terminal.
  3. Change to the directory where you extracted the zip file.
  4. Enter chmod +x *.sh at the prompt to grant execute permissions to the AppBuilder start shell scripts.
  5. Enter ./run.sh at the prompt to launch AppBuilder.
  6. AppBuilder opens in a browser with the URL: http://127.0.0.1:9009/ide/ares/index.html.