Translation of this page is incomplete.
ì¤ì¹í°í¤ë¥¼ ì¤ì¹í기 ìí´ìë ì¹ ê°ë°ì í¹ì íë¡ê·¸ëë¨¸ì¼ íìê° ììµëë¤. í°í¤ë ì¤ì¹ì를 ìíì¬ ëë¶ë¶ì ìì ì ëì íë ì¬ì©í기 í¸ë¦¬í ììë 기ë°ì ì¤ì¹ê´ë¦¬ì를 ë³´ì íê³ ììµëë¤. ë머ì§ë ì¹í¸ì¤í¸ì ì ì´íìì ìë£ë ì ììµëë¤.. ìì í ì´ë³´ìë¼ë©´ (í¹ì ì§ì íë ê²ì ë³ë¡ ì¢ìíì§ ìëë¤ë©´), í°í¤ì ì¹ìí í¸ì¤í¸ ì ì¬ì©ì ê³ ë ¤íì¬ ë³´ììì¤. ëë¶ë¶ì í°í¤ ì¤ì¹ë¥¼ 무ë£ë¡ ìë£ìì¼ ì¤ ê²ì ëë¤.
ê°ìì´ ëììë¤ì í°í¤ ì¤ì¹ì ëí 기본 ê°ì를 ì ê³µí©ëë¤. ì¶ê° ëììì Tiki TV ìTiki Movies 를 ì°¸ê³ íììì¤. í°í¤ ì¤ì¹ê´ë¦¬ì íë©´ì ìë£íë ê²ê³¼ ë°ì´í°ë² ì´ì¤ ì°ê²°ì ì¤ì íë ê²ì í¬í¨í ë´ì©ì ì´í´ë³´ììì¤. ì´ ëììì ì´ê¸° ê´ë¦¬ì ë¡ê·¸ì¸ê³¼ ì¼ë° ê´ë¦¬ì íì´ì§ë ë³´ì¬ì¤ëë¤.
í°í¤ ì¤ì¹ê´ë¦¬ì íë©´ì ìë£íë ê²ê³¼ ë°ì´í°ë² ì´ì¤ ì°ê²°ì ì¤ì íë ê²ì í¬í¨í ë´ì©ì ì´í´ë³´ììì¤. ì´ ëììì ì´ê¸° ê´ë¦¬ì ë¡ê·¸ì¸ê³¼ ì¼ë° ê´ë¦¬ì íì´ì§ë ë³´ì¬ì¤ëë¤.
{flash movie="http://blip.tv/play/AYGC22KUnlc" width="648" height="467" allowscriptaccess="always" allowfullscreen="true" quality="high" }
ë¨ê³ë³ ì¤ì¹
ì¤ì¹í기 ì ìí°í¤ë¥¼ ì¤ì¹í기 ì ì, ì구ì¬íê³¼ ì¤ì¹ ì ë³´ 를 ì½ì´ ë³´ììì¤. ì ì í ê³íì ê±±ì ì´ ìë ì¤ì¹ë¥¼ ë³´ì¥í©ëë¤. í°í¤ì ì¹í¸ì¤í¸ê° íìíìë¤ë©´, í°í¤ ì¹íì í¸ì¤í¸ ì 목ë¡ì ì´í´ë³´ììì¤. These instructions are intentionally generic, and should apply to most shared host installations. See Installation Guides for instructions for specific combination of operating system and web servers. Pre-requisitesThis guide assumes you have:
1.1. Create the databaseTiki requires a MySQL databse. Many hosts offer a point & click interface to create databases and database users. For example, if your web host has cPanel you probably can see phpMyAdmin in the main menu or a the section labeled Databases.
The Three steps of Database Setup.
1.2. Download and unzipDownload the current version of Tiki to your local computer from http://tiki.org/download. From Tiki for The full Tiki archive file download is +20MB and is available in a variety of formats. After downloading the Tiki archive file, decompress (unzip) the file to your local PC.
1.3. Upload to your webhostUse FTP (or SCP, SFTP, Rsync, SSH, etc) to connect to your webhost. Once connected, find your web directory. It is often called Upload all the Tiki files from your PC to you webhost.
1.4. Go to your website.Open your web browser and access the web directory in which you copied the Tiki files (for example: http://www.yourdomain.com/tiki/ or simply http://www.yourdomain.com if you copied Tiki to the root of your web directory. The Tiki Installer Welcome screen appears.
The Tiki Installer Welcome screen appears.
The Tiki Installer Welcome screen appears. From Tiki for
The Tiki Installer Welcome screen appears. From Tiki for
You should see a message indicating that Tiki could not connect to the database and prompting you to run the Tiki installer (tiki-install.php).
TroubleshootingIf your browser returns an error such as Parse error: syntax error, unexpected T_STRING, you may have the incorrect PHP version. Starting with Tiki 3.0, Tiki requires PHP5. Review the _htaccess file included in the Tiki archive file for instructions on activating PHP5. See the Installation FAQs for more help. 1.4.1. File and Folder permissionsIf your server is unhappy with Tiki file and folder permissions (this is dependent on server configuration), you may get an error message or blank pages. These failed attempts are typically in the error log (ask your web host to know where they are as it's different depending of your setup) Too few permissions
Too many permissions
If your permissions are currently at "777", use your FTP client to change the files to "755". If Tiki is installed in a directory, make sure to also change the permission of the folder which contains the tiki files. If you have shell access, you can run: Copy to clipboard
and answer any questions. If you don't know what to answer, just click "enter" to keep the defaults. Copy to clipboard
If "sh setup.sh" doesn't work for you, you may try, in your ./tiki/ directory Copy to clipboard
Another way is to set permissions for all directories and then set permissions for all files. For example, to set the permissions for all directories to 777 and the permissions for all files to 644, use the following separate commands through shell access: Copy to clipboard
After correcting any directory or file permission problems, visit tiki-install.php to continue. 1.4.2. SuPHP ProblemsSystems with SuPHP need permissions 755 at maximum. Group must not be allowed to write. This includes the complete path in the filesystem, not only document root of the webserver. Wrong permissions may lead to 500 Internal Server Error here. On the other hand less permissions (namely 750 without x/execute/subdir entry for webserver) may lead to 403 Forbidden Error. 1.4.3. Permission MatrixSeveral usecases and minimum to maximum permissions you may try if something doesn't work properly. Permissions refer to data directly accessed by the webserver (files included by Tiki itself may and should have less permissions):
1.4.3.1. OptionCopy to clipboard
1.4.3.2. OptionThe following commands might be useful. In particular, it might help you use an IDE (PhpStorm), etc: Copy to clipboard
In English, the above code adds you to the web-server group; forces the tiki tree to be owned by the web-server user and group; and then makes sure the tiki tree is readable and writable by the web-server group (you). Suggestions welcome! 1.5. Run the Tiki installer (tiki-install.php)Open a web browser to: http://www.yourdomain.com/tiki-install.php (or http://www.yourdomain.com/tiki/tiki-install.php if you installed Tiki in a subdirectory). The first page of the Tiki Installer appears. This installer will allow you to:
Alternative "Step 5" without tiki-install.phpIf you are unable to complete the Tiki Installer, continue with a Manual Installation.
1.6. Log in for the first timeLog in using the login box in the right-hand column.
1.7. Change the default password.Use a strong password. You may want to logout right away, and login again, letting your password manager record your password. 1.8. Congratulations !It is recommended to create a new user and give him admin privileges instead of regularly using the admin account. You can now explore the interface but you should check the extra steps before to get you started. 1.9. Configure Your TikiPlease visit Initial Configuration to explain the recommended next steps, or configuration for the table of contents related to configuring Tiki. Add new features through post-install ProfilesStarting in Tiki3, you can enable several settings/permissions/content in sets altogether in a single go, in order to provide a common feature to your tiki site (make it multilingual, add freetags, configure it as a Collaborative environment, ...). And all that with a just few clicks through the Profile Manager from "Admin > Profiles". Read more about it at Profiles. For more information on the Tiki installation process...
|