Install
- Web AppBuilder for ArcGIS (Developer Edition) ZIP file to your local drive and unzip it.
-
Because Web AppBuilder runs on top of Node.js, you must have Node.js installed on your computer. The download package contains the Windows version of node.js.
- If you are on a Windows platform, you can follow the steps in the next section to start Web AppBuilder.
- Node.js specifically on your platform first. In case you already have Node.js installed, make sure its version is 0.10.0 and later.
Note:
The minimum version of node.js supported by Web AppBuilder is 0.10.0.
Start Web AppBuilder
-
Start Web AppBuilder based on your platform.
- http://[yourmachinename]:3344/webappbuilder. If the browser is closed, you can reopen Web AppBuilder in the same—or a different—browser as long as Node.js is running in the Command Prompt window.
- http://[yourmachinename]:3344/webappbuilder. If the browser is closed, you can reopen Web AppBuilder in the same—or a different—browser as long as Node.js is running in the Command Prompt window.
-
Web AppBuilder runs on top of Node.js with the default port of 3344. To run Web AppBuilder with additional parameters, different ports, or as a Windows Service, complete the following steps. Otherwise, see the Specify your portal URL section.
- /server directory of the Web AppBuilder installation.
- node_x64.exe server.js [-port=value] [-proxy=value].
- node_x32.exe server.js [-port=value] [-proxy=value].
- node server.js [-port=value] [-proxy=value].
Note:
-proxy specifies the proxy URL if needed.
- http://[yourmachinename]:[yourport]/webappbuilder.
Tip:
FAQs for more information.
Specify your portal URL
-
Specify the URL for the ArcGIS Online organization or Portal for ArcGIS account that you want Web AppBuilder to access. To use Web AppBuilder, you must have an ArcGIS Online organization account, a Portal for ArcGIS account, or a ArcGIS for Developers account.
Subscription:
http://www.esri.com/software/arcgis/arcgisonline/evaluate.
- Continue.
Provide App ID for Web AppBuilder
Since this is the first time you've used Web AppBuilder with the portal specified above, you may be asked to provide an App ID for Web AppBuilder to support OAuth 2 authentication. For a specified portal, this process is required one time. When you subsequently start Web AppBuilder, you can log in to the portal directly.
Do the followings to retrieve an App ID
- Log in to the portal you specified above.
-
Add Web AppBuilder as an item.
- An Application.
- Registered Web AppBuilder.
- Keep the rest of options as default.
- ADD ITEM.
- + Add Item.
- Registered Web AppBuilder.
- Keep the rest of options as default.
- ADD ITEM.
If you get Error 400 with Invalid redirect_url, complete the following steps.
- /server directory of the Web AppBuilder installation, delete signininfo.json file.
- Review step 4. Update the existing App ID with the correct redirect URIs. You can also create a new App ID from the scratch.
- Refresh the browser running Web AppBuilder.
- Continue.
An App ID is required by OAuth 2 authentication. See Authentication and OAuth 2. If you have problems logging on, see FAQs and Add apps and register your app
Build your first app
build your first app.