Showing posts with label alfresco. Show all posts
Showing posts with label alfresco. Show all posts

Thursday, 11 December 2014

Install Alfresco community edition 5c on Tomcat with MySql


  1. 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';
  2. Setup Tomcat
    • http://docs.alfresco.com/community/tasks/configfiles-change-path.html
  3. start application
    • http://docs.alfresco.com/community/tasks/alf-war-install.html
  4. login alfresco : http://localhost:8080/share   (admin/admin)