20 likes | 34 Views
Make sure that you are using the latest version of alfresco-community(5.2.a). If you are using an older version, you need to enable CORS manually for alfresco AngularJS application to connect to your Alfresco repository.
E N D
Running Alfresco AngularJS Application (0.5.1) without Activiti Explorer process This BLOG is explaining what all changes you need to make to start Alfresco AngularJS client without Activiti explorer. Make sure that you are using the latest version of alfresco-community(5.2.a). If you are using an older version, you need to enable CORS manually for alfresco AngularJS application to connect to your Alfresco repository. This BLOG assumes that you have already generated AngularJS application by referring below links: https://github.com/Alfresco/alfresco-ng2- components/blob/master/PREREQUISITES.md (for prerequisites) and https://github.com/Alfresco/generator-ng2-alfresco-app AngularJS application generation). (for alfresco Related Blog: How to Integrate Ephesoft and Alfresco You only want to use it as an ECM without installing Activiti. In order to achieve this follow the below steps: 1. Find a file files.component.ts on a path ./app/components/files. 2. Edit that file and replace the code of that file with the code given below : Note: Here we have post some long code so please visit our site and see the code 3. Rebuild the project using the command “npm run build” from a command prompt. 4. And start the app using “npm start command”. In the login page, do not forget to disable the BPM toggle button. Open URL. Give appropriate credentials. In case you are facing an issue, please feel free to comment on this BLOG and we will reply you at the earliest moment. Contact us Good luck! 3. Rebuild the project using the command “npm run build” from a command prompt. 4. And start the app using “npm start command”. Call: India +91 9925144200, USA +1 (732) 927-5544; Email: sales@contcentric.com
In the login page, do not forget to disable the BPM toggle button. Open URL. Give appropriate credentials. In case you are facing an issue, please feel free to comment on this BLOG and we will reply you at the earliest moment. Contact us Good luck! Call: India +91 9925144200, USA +1 (732) 927-5544; Email: sales@contcentric.com