Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.
Tip

Review the upgrades:

Upgrade 5.0.0 to 5.0.d and Upgrade 5.0.d to 5.1 and Upgrade 5.1 to 201605

Or the newer Alfresco Community 5.x Install Cookbook (Ubuntu 16.04)

 

Indholdsfortegnelse

http://docs.alfresco.com/community/concepts/welcome-infocenter_community.html

...

Preferred OS: Ubuntu LTS 64-bit (this is for a 14.04)

Hardware: At least 2 CPU's and at least 4 GB Ram

...

Kodeblok
mysql> CREATE DATABASE alfresco CHARACTER SET utf8 COLLATE utf8_bin;
Query OK, 1 row affected (0.00 sec)
mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,INDEXALL on alfresco .* to alfresco@localhost identified by '******';
Query OK, 0 rows affected (0.00 sec)
mysql>

...