How to deploy the ADF application?

cancel
Showing results for 
Search instead for 
Did you mean: 
Goodwin9322
Member II

How to deploy the ADF application?

I have tested the demo app on my local environment by following the steps from the alfresco ADF tutorial. I want to deploy it onto a AWS server which has a similar setup of Alfresco Content Services and Alfresco Process Services RapidFS application. Could you guide me in deploying the custom ADF demo application which is currently in my local laptop onto the AWS server. What are the steps that I need to follow? what code should I deploy and into what application server?

1 Reply
sanjaybandhniya
Intermediate

Re: How to deploy the ADF application?

First add your server url to app.config.json

Create build using ng build --prod. It will create application build in dist/ folder.

Either you can deploy in separate server.