TikiWiki

{tr}TikiWiki installer{/tr} v{$tiki_version} {tr}Help{/tr}


{if $tikifeedback}

{section name=n loop=$tikifeedback}

{$tikifeedback[n].mes}
{/section}

{/if} {* multitiki ----------------------------- *} {if $virt}
{tr}Help{/tr} {tr}MultiTiki setup{/tr}

{foreach key=k item=i from=$virt}
{if $i eq 'y'}DBok{else}NoDB{/if} {if $k eq $multi} {$k} {else} {$k} {/if}
{/foreach}
{tr}To add a new virtual host{/tr}
{tr}To add a new virtual host run the setup.sh with the domain name of the new host as a last parameter{/tr}.
{/if} {if $multi}

({tr}MultiTiki{/tr}) {$multi|default:"default"}

{/if} {* / multitiki --------------------------- *} {* we do not have a valid db connection or db reset is requested *} {if $dbcon eq 'n' or $resetdb eq 'y'}

{tr}Tiki cannot find a database connection{/tr}.

{tr}Please enter your database connection information{/tr}:

{if $multi} {/if} {if $lang} {/if}
{tr}Database type{/tr}:

{tr}Select the type of database to use with TikiWiki.{/tr}
{tr}Only databases supported by your PHP installation are shown. If your database is not listed, install the appropriate PHP extension.{/tr}
{tr}Host:{/tr}

{tr}Enter the hostname or IP address of your database. For example, use localhost if the database is on the same machine as TikiWiki{/tr}. {tr}For SQLLite, enter the path and filename of your database file{/tr}.
{tr}Database name{/tr}:
{tr}Enter name of the database that TikiWiki will use.{/tr} {tr}The database must already exist{/tr}. {tr}You can create the database using mysqladmin, PHPMyAdmin, or ask your hosting provider{/tr}. {tr}Normally Tiki tables won't conflict with other product names{/tr}.

{tr}For Oracle{/tr}:

  • {tr}Enter your TNS Name here and leave Host empty{/tr}.
    {tr}or{/tr}
  • {tr}Override tnsnames.ora and put your SID here and enter your hostname:port in the Host field{/tr}.

{tr}User{/tr}:

{tr}Enter the database user with administrator permission for the Database{/tr}.
{tr}Password{/tr}:

{tr}Enter the password for the database user{/tr}.


{tr}Other options{/tr}:



{else} {* we do have a database connection *} {if $dbdone eq 'n'} {if $logged eq 'y'} {* we are logged if no admin account is found or if the admin user is logged in*}

{tr}Welcome to the installation & upgrade script!{/tr}

{if $multi} {/if} {if $lang}{/if}
{tr}Install{/tr} {tr}Create a new database (clean install) with profile{/tr}:

See the documentation for {tr}descriptions of the available profiles{/tr}.

{tr}Upgrade{/tr} {tr}Important{/tr} {tr}Important{/tr}: {tr}Backup your database with mysqldump or phpmyadmin before upgrading{/tr}.

{tr}Update database using script{/tr}:

{tr}To upgrade from{/tr}:

{tr}For information about tiki-secdb_*.sql files, see http://doc.tikiwiki.org/Security+Admin{/tr}.



{tr}Other options{/tr}:


{else} {* we are not logged then no admin account found and user not logged*}

{tr}This site has an admin account configured{/tr}.

{tr}Please login with your admin password to continue{/tr}.

{if $multi} {/if} {if $lang} {/if}
{tr}User{/tr}:
{tr}Pass{/tr}:

{tr}Restart Installation{/tr}


{/if} {else}

{if isset($smarty.post.scratch)}{tr}Installation{/tr}{else}{tr}Upgrade{/tr}{/if} {tr}Complete{/tr}

{tr}Your database has been configured and Tikiwiki is ready to run{/tr}! {tr}Please read these notes for important information before entering TikiWiki{/tr}.

{tr}Print operations executed successfully{/tr} {tr}Print operations executed successfully{/tr}: {$succcommands|@count} {tr}sql queries{/tr}.

{if $failedcommands|@count > 0}

{tr}Print operations failed{/tr} {tr}Print operations failed{/tr}: {$failedcommands|@count} {tr}sql queries{/tr}. Details follow:

{/if}

{tr}Read the following notes before entering TikiWiki{/tr}:


{tr}Note{/tr} {tr}Installation Script{/tr}

This install script may be potentially harmful. We recommend that you to disable the script before entering TikiWiki. To restore the script for reuse, follow the instructions in tiki-install.php.


{if $php_memory_limit < 64 * 1024 * 1024}

{tr}Note{/tr} {tr}PHP Memory{/tr}

{tr}TikiWiki requires at least 16MB of memory for script execution. Use memory_limit key in your php.ini file (for example: memory_limit = 16M) and restart your webserver{/tr}.

{tr}Allocating too little memory will cause TikiWiki to display blank pages{/tr}.

{if $php_memory_limit <= 0}

{tr}Tiki has not detected your PHP memory_limit. This probably means you have no set limit (all is well){/tr}.

{elseif $php_memory_limit <= 8 * 1024 * 1024}

{tr}TikiWiki has detected your PHP memory limit at{/tr}: {$php_memory_limit|kbsize:true:0}

{else}

{tr}Tiki has detected your PHP memory_limit at{/tr}: {$php_memory_limit|kbsize:true:0}.

{/if}
{/if} {if isset($smarty.post.scratch)}

{tr}Note{/tr} {tr}Installation{/tr}

{tr}If this is a first-time installation{/tr}:

  • {tr}The default administrator password is{/tr}: admin. {tr}You will be prompted to change this password after your initial login{/tr}.
  • {tr}After logging in, select Admin > Admin Home from the menu to begin configuring TikiWiki{/tr}.
{/if} {if isset($smarty.post.update)}

{tr}Note{/tr} {tr}Upgrade{/tr}

{tr}If you performed an upgrade, make sure to clean the TikiWiki cache by{/tr}:

  • {tr}Selecting the Admin > Admin System option from the Admin menu{/tr}.
    {tr}or{/tr}
  • {tr}Manually cleaning the ../templates_c directory{/tr}.
{/if}

{tr}Please see the TikiWiki Documentation for complete information, including the new features in this release{/tr} ({$tiki_version}).


{tr}Entering TikiWiki{/tr}

{tr}You have completed the TikiWiki installation. Use one of these links to continue{/tr}:




{/if} {/if} {* multitiki ----------------------------- *} {if $virt}
{/if} {* / multitiki --------------------------- *}
{tr}Powered by{/tr} Tikiwiki