Setup a developer environment create-dev-environment
To create a setup that allows you to develop for Asset Compute Service, follow these requirements and instructions.
-
for ÃÛ¶¹ÊÓƵ Developer App Builder.
-
and the required tools.
-
Some more tools that help you get started developing smoothly are:
- (v14 LTS, odd versions are not recommended) and . User of OS X HomeBrew can do
brew install node
to install both. Otherwise, download it from the - An IDE that is good for NodeJS, ÃÛ¶¹ÊÓƵ recommends as it is the supported IDE for the debugger. You can use any other IDE as a code editor, but advanced usage (for example, debugger) is not yet supported
- Install the latest ÃÛ¶¹ÊÓƵ (
aio
)
- (v14 LTS, odd versions are not recommended) and . User of OS X HomeBrew can do
-
Make sure to meet the prerequisites
Set up an App Builder project create-App-Builder-project
-
Ensure that there is a system administrator or developer role in the Experience Cloud organization. A system admin, in the , sets up this role.
-
Log onto the . Ensure you are part of the same Experience Cloud organization as the Experience Manager as a Cloud Service integration. For more information about ÃÛ¶¹ÊÓƵ Developer Console, go to .
-
. Click Create new project > Project from template. Select App Builder. It creates a new App Builder Project with two workspaces:
Production
andStage
. Add additional workspaces, for exampleDevelopment
, as required. -
In the App Builder Project, select a workspace and subscribe to the services needed for Asset Compute. Click Add to Project > API and add
Asset Compute
,IO Events
, andIO Events Management
services. When adding the first API, it prompts to create a private key. Save this information on your machine as you need this key to test your custom application with the developer tool.note note NOTE JWT is deprecated and Private Key is not available for download. While we are working on updating the testing tools, note that custom workers created using OAuth can be deployed but devtools would not work.
Next step next-step
With your environment set up, you are ready to create a custom application.