You can install AppBuilder on Microsoft Windows or Mac OS X systems.
Installing AppBuilder on Windows
- Extract the appbuilder-1.0.zip file to the directory of your choice.
- From the directory where you extracted the contents of the zip file,
double-click the run.bat file to launch AppBuilder.
- AppBuilder opens in a browser with the URL:
http://127.0.0.1:9009/ide/ares/index.html.
Installing AppBuilder on Mac
- Extract the appbuilder-1.0.zip file to the directory of your choice.
- Open Terminal.
- Change to the directory where you extracted the zip file.
- Enter chmod +x *.sh at the prompt to grant execute permissions
to the AppBuilder start shell scripts.
- Enter ./run.sh at the prompt to launch AppBuilder.
- AppBuilder opens in a browser with the URL:
http://127.0.0.1:9009/ide/ares/index.html.