TikiWiki 1.7.2 FTP installation guide | |
If you are trying to install tikiwiki to your webhosting account and you have only FTP access (no telnet, SSH), read on: steps: 1. Download the latest tikiwiki and extract the contents on your local computer.
(Note 2: most FTP utility programs will ask you whether you want to CHMOD the directory only or include the files under it. Choose with the files under it. For those who are not familiar with CHMOD, here are a short tutorial and a more complete tutorial. — Jean-François Permissions work like this:
(r=4, w=2, x=1 with the digit positions representing owner, group,
5. Have the mySQL db, userlogin, userpassword ready. Ensure that the user has full rights to the db. 6. Using a tool like phpmyadmin, navigate to the db, click on 'SQL', click on 'choose' button besides 'or Location of the text file', select the tiki.sql in 'db' folder on your local computer. Press 'Go' button 7. Now that you've populated the db w/ tikiwiki tables, open up tiki-db.php in notepad/wordpad and enter the db info. You can leave the $tikidomain = ''; as is. Save it 8. Replace the existing db/tiki-db.php in your webserver w/ the one you saved in above step. 9. Go to http://yoursite.com/tiki/tiki-index_raw.php and
9a. Sometimes, for whatever reason, you may need to try going directly to the admin page at http://yoursite.com/tiki/tiki-admin.php. Things will usually work fine from then on, but que cera. 10. Delete the tiki-install.php file. Jann Röder notices that local.php doesn't exist with this install procedure leaving the Tiki open to very bad things without this step. I wonder if creating a local.php instead of editing tiki-db.php at step 7 could eliminate this step. Chealer9 --- tiki-db.php already calls local.php, there's no need to edit it. Just create local.php with the proper variables daaave 11. Login as admin/admin and change the pwd. Congrats! You've installed tikiwiki successfully. 😀 - |
For people with FTP and SSH access to web serwer | |
Uploading an extracted Tiki takes very very long. There are thousands files in Tiki. So here is a faster way of achieving step 3 of the above instruction. 3a. upload tikiwiki-VERSION.tar.gz
...and you've saved a lot of time! 😊 |