- Setup MySql
- mysql -u root -p
- mysql>create database alfresco CHARACTER SET='utf8' COLLATE='utf8_bin';
- mysql>create user alfresco identified by 'alfresco';
- mysql>GRANT ALL privileges ON alfresco TO 'alfresco'@'localhost';
- Setup Tomcat
- http://docs.alfresco.com/community/tasks/configfiles-change-path.html
- start application
- http://docs.alfresco.com/community/tasks/alf-war-install.html
- login alfresco : http://localhost:8080/share (admin/admin)
Thursday, 11 December 2014
Install Alfresco community edition 5c on Tomcat with MySql
Labels:
alfresco
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment