|
Project Information
Featured
Downloads
Links
|
DescriptionThis module provides an environment validation tool that helps determine whether a server is suitable for hosting the Alfresco open source CMS. The tool is distributed as an archive (zip) file that contains executable scripts that will run the tool. The tool itself is implemented as a Java (JVM 1.4+) command line application. Please note that this tool is not exhaustive - it simply validates some of the more common environmental problems Alfresco has seen. Administrators intending to install Alfresco should ensure they have fully validated that their environment is on the Alfresco Supported Stack. They should also ensure they have reviewed, understood and applied the various installation related information available from the Alfresco Support Portal, the Alfresco Wiki and official product documentation. After completing environment validation, but prior to installation, administrators should also review the Alfresco Day Zero Configuration Guide, to ensure they are able to complete basic configuration of Alfresco immediately following installation. Pre-requisitesJVM 1.4+ (note: some JDBC drivers require JDK 1.5+) Running the Toolusage: evt[.sh|.cmd] [-?|--help] [-v] [-V|-vv]
-t databaseType -h databaseHost [-r databasePort]
[-d databaseName] -l databaseLogin [-p databasePassword]
where: -?|--help - display this help
-v - produce verbose output
-V|-vv - produce super-verbose output (stack traces)
databaseType - the type of database. May be one of:
mysql, postgresql, oracle, mssqlserver, db2
databaseHost - the hostname of the database server
databasePort - the port the database is listening on (optional -
defaults to default for the database type)
databaseName - the name of the Alfresco database (optional -
defaults to 'alfresco')
databaseLogin - the login Alfresco will use to connect to the
database
databasePassword - the password for that user (optional)The tool must be run as the OS user that Alfresco will run as. In particular it will report misleading results if run as "root" (or equivalent on other OSes) if Alfresco is not intended to be run as that user. LicensingThe Alfresco Environment Validation Tool is licensed under the GNU Public License, Version 2 (GPL v2) with the following exceptions that are licensed separately by their respective parties:
Source code for Hyperic SIGAR is available from https://github.com/hyperic/sigar
Source code for the MySQL Connector/J JDBC driver is available from http://dev.mysql.com/downloads/connector/j/
Source code for the jTDS JDBC driver is available from http://sourceforge.net/projects/jtds/files/jtds/1.2.4/
Source code for the Alfresco Environment Validation Tool itself is available from http://code.google.com/p/alfresco-environment-validation/source/checkout |