First download http://wiki.alfresco.com/wiki/Community_file_list_4.0.d from alfresco-community-4.0.d-installer-win-x32.exe
Alfresco c4.0.d environment requirements:
DB: MySQL 5.5 or PostgreSQL 9.0.2
APP server: Tomcat 6.0.29
JDK version: 1.6 u20 x 64
After the download, run the installation file:
1. the startup interface has multiple languages and has no Chinese characters. Select English and click OK.
2. Prepare for Installation
3. There are two installation types: Easy and advanced.
PostgreSQL is used by default for the easy type. Installation errors may occur in windows. It is best to use advanced type installation. After installing Alfresco, you can install the database separately to avoid the problem of database installation.
Advanced allows you to configure parameters and ports for databases and other applications. Therefore, you must select this type to use the MySQL database.
4. Select the installation component as needed.
5. This is the next installation page. It is the default PostgreSQL configuration. If PostgreSQL is used, you do not need to change the above information. You only need to enter the user name and password.
The configuration of Mysql Data is shown in the next figure.
6. To use the MySQL database, modify the corresponding parameters and configure the MySQL database:
Jdbc url: JDBC: mysql: // localhost/alfresco
JDBC driver: org. gjt. Mm. MySQL. Driver
Database Name: alfresco
Username: alfresco
Password: ××××××
Verity: xxxxxx
7. Configure Tomcat parameters and keep them unchanged. If other HTTP services on the local machine occupy these ports, modify them.
8. The ftp port remains unchanged. If the FTP service on the local machine occupies port 21, change it.
9. the RMI port remains unchanged.
10. Set the administrator password.
11. Service startup configuration. Because the MySQL database is not ready yet, choose manual. If the MySQL database is ready, you can select Auto.
12. Complete the configuration and prepare for installation.
13. Installing...
14. After installation is complete, many files appear in the installation directory. The finish interface has three options,NoneThen finish.
15. List of installation directories.
After alfresco is installed, MySQL can be started on the machine. Otherwise, you must install MySQL before starting alfresco.
The next step is to install and configure mysql. See the next step.
<End>