How to deploy the ADF application?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2022 02:07 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 10:57 PM
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.
