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

{t}Details:{/t} {$result}

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

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

{t}Email Address: admin@example.com (literally){/t}
{t}Password: admin{/t}

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


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

{t escape="none"}In order to check if your permissions are setup correctly visit the Check Permissions page.{/t} {if not $is_imap_enabled}


{t}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.{/t} {/if}


{else}
{if $phpversion >= 5}
{t}Warning!{/t}
{t 1=$phpversion}You are running PHP version %1. 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.{/t} {t}Please report any problems you find to eventum-users@lists.mysql.com.{/t}

{/if}

{t}Eventum Installation{/t}


{t}Server Hostname:{/t} * {assign var="tabindex" value="1"} {include file="error_icon.tpl.html" field="hostname"} {t}SSL Server{/t}
{t}Eventum Relative URL:{/t} * {include file="error_icon.tpl.html" field="relative_url"}
{t}Installation Path:{/t} * {include file="error_icon.tpl.html" field="path"}
 {t}MySQL Server Hostname:{/t} * {include file="error_icon.tpl.html" field="db_hostname"}
{t}MySQL Database:{/t} * {include file="error_icon.tpl.html" field="db_name"} {t}Create Database{/t}
{t}MySQL Table Prefix:{/t}
{t}Drop Tables If They Already Exist{/t}
{t}MySQL Username:{/t} * {include file="error_icon.tpl.html" field="db_username"}
({t escape="none"}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.{/t})
{t}MySQL Password:{/t}
{t}Use a Separate MySQL User for Normal Eventum Use{/t}
{t}Enter the details below:{/t}
 {t}Username:{/t} *    {include file="error_icon.tpl.html" field="eventum_user"}
 {t}Password:{/t}   
{t}Create User and Permissions{/t}
 

{t}SMTP Configuration{/t}


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