{include file="header.tpl.html" application_title="Eventum Installation"} {literal} {/literal} {if $result != '' and $result != 'success'}
An Error Was Found

Details: {$result}

{/if} {if $result == 'success'}
Success!

Thank You, Eventum is now properly setup and ready to be used. Open the following URL to login on it for the first time:
{if $smarty.post.is_ssl == 'yes'}https://{else}http://{/if}{$smarty.post.hostname}{$smarty.post.relative_url}

Email Address: admin@example.com (literally)
Password: admin

NOTE: For security reasons it is highly recommended that the default password be changed as soon as possible.


Remember to protect your 'setup' directory (like changing its permissions) to prevent anyone else from changing your existing Eventum configuration.

In order to check if your permissions are setup correctly visit the Check Permissions page. {if not $is_imap_enabled}


WARNING: If you want to use the email integration features to download messages saved on a IMAP/POP3 server, you will need to enable the IMAP extension in your PHP.INI configuration file. See the PHP manual for more details. {/if}


{else}
{if $phpversion >= 5}
Warning!
You are running PHP version {$phpversion}. While all effort has been made to ensure eventum works correctly with PHP 5 and greater, it has not been thoroughly tested and may not work properly.

Please report any problems you find to eventum-users@lists.mysql.com.

{/if}

Eventum Installation


Server Hostname: * {assign var="tabindex" value="1"} {include file="error_icon.tpl.html" field="hostname"} SSL Server
Eventum Relative URL: * {include file="error_icon.tpl.html" field="relative_url"}
Installation Path: * {include file="error_icon.tpl.html" field="path"}
 MySQL Server Hostname: * {include file="error_icon.tpl.html" field="db_hostname"}
MySQL Database: * {include file="error_icon.tpl.html" field="db_name"} Create Database
MySQL Table Prefix:
Drop Tables If They Already Exist
MySQL Username: * {include file="error_icon.tpl.html" field="db_username"}
(Note: This user requires permission to create and drop tables in the specified database.
This value is used only for these installation procedures, and is not saved if you provide a separate user below.)
MySQL Password:
Use a Separate MySQL User for Normal Eventum Use
Enter the details below:
 Username: *    {include file="error_icon.tpl.html" field="eventum_user"}
 Password:   
Create User and Permissions
 

SMTP Configuration


Note: The SMTP (outgoing mail) configuration is needed to make sure emails are properly sent when creating new users/projects.  
Sender: * {include file="error_icon.tpl.html" field="setup[smtp][from]"} (must be a valid email address)
Hostname: * {include file="error_icon.tpl.html" field="setup[smtp][host]"}
Port: * {include file="error_icon.tpl.html" field="setup[smtp][port]"}
Requires Authentication?  Yes   No
Username:  {include file="error_icon.tpl.html" field="setup[smtp][username]"}
Password:  {include file="error_icon.tpl.html" field="setup[smtp][password]"}
* Required Fields
{literal} {/literal} {/if} {include file="footer.tpl.html"}