02-14-2017 05:07 AM
Bonjour,
J'ai réussi à déployer activiti-explorer sous /alfresco-community/tomcat/webapps. Et j'ai pas une idée comment je puisse connecter à activiti avec une compte alfresco.
Est-ce que queldu'un peut m'aider?
Merci d'avance.
02-14-2017 05:52 AM
L'application activiti-explorer n'est pas compatible avec la gestion des utilisateurs Alfresco.
Elle utilise ses propres schéma pour les utilisateurs.
Dans le lien mentionné, il créé un utiliser ben / password :
Because the explorer embedded in Alfresco is fully integrated, I can just use Alfresco username and password. Obviously, in my case, it doesn't work like that. So, I created 2 groups and one user in the database manually by executing these queries:
INSERT INTO `ACT_ID_GROUP` (`ID_`, `REV_`, `NAME_`, `TYPE_`) VALUES ('admin', NULL, 'ADMIN', 'security-role'), ('user', NULL, 'USER', 'security-role');
INSERT INTO `ACT_ID_USER` (`ID_`, `REV_`, `FIRST_`, `LAST_`, `EMAIL_`, `PWD_`, `PICTURE_ID_`) VALUES ('ben', NULL, 'Ben', 'Chevallereau', 'b.chevallereau@bataon.com', 'password', NULL);
INSERT INTO `ACT_ID_MEMBERSHIP` (`USER_ID_`, `GROUP_ID_`) VALUES ('ben', 'admin'), ('ben', 'user');And that's it! Then, I was able to login to Activiti Explorer using ben / password. I have access to the "Manage" page where I can re-deploy my workflows. You'll notice that the UI is completely different. You have to be aware as well that everything won't work as expected. So, this kind of installation has to be used very carefully.
Yann
02-14-2017 05:21 AM
Bonjour,
Je n'ai jamais effectué de tel déploiement.
Cependant il y'a plusieurs point à vérifier :
Voici un lien détaillant une telle installation : How to install Activiti Explorer with Alfresco Community? | BataON
02-14-2017 05:34 AM
Merci pour votre réponse. Oui j'ai effectué tous les étapes mais j'arrive pas à authentifier avec une compte alfresco. Vous voyez mon problème.
02-14-2017 05:52 AM
L'application activiti-explorer n'est pas compatible avec la gestion des utilisateurs Alfresco.
Elle utilise ses propres schéma pour les utilisateurs.
Dans le lien mentionné, il créé un utiliser ben / password :
Because the explorer embedded in Alfresco is fully integrated, I can just use Alfresco username and password. Obviously, in my case, it doesn't work like that. So, I created 2 groups and one user in the database manually by executing these queries:
INSERT INTO `ACT_ID_GROUP` (`ID_`, `REV_`, `NAME_`, `TYPE_`) VALUES ('admin', NULL, 'ADMIN', 'security-role'), ('user', NULL, 'USER', 'security-role');
INSERT INTO `ACT_ID_USER` (`ID_`, `REV_`, `FIRST_`, `LAST_`, `EMAIL_`, `PWD_`, `PICTURE_ID_`) VALUES ('ben', NULL, 'Ben', 'Chevallereau', 'b.chevallereau@bataon.com', 'password', NULL);
INSERT INTO `ACT_ID_MEMBERSHIP` (`USER_ID_`, `GROUP_ID_`) VALUES ('ben', 'admin'), ('ben', 'user');And that's it! Then, I was able to login to Activiti Explorer using ben / password. I have access to the "Manage" page where I can re-deploy my workflows. You'll notice that the UI is completely different. You have to be aware as well that everything won't work as expected. So, this kind of installation has to be used very carefully.
Yann
02-14-2017 02:24 PM
Merci, j'ai réussi à se connecter.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.