OS X Install | |
Installation of Tikiwiki in OS X is surprisingly simple, admininstering and setting it up is more of a challenge. If you are on a mac, be sure to check out Mac Tools.
This assumes a remote installation (eg. installing on a server space given by your ISP), but mostly holds true for local installations, too. Other install Docs:
1. Download TikiWikihttp://sourceforge.net/projects/tikiwiki- Get the most current non Beta release package (Oddly Sourceforge highlights the package you want with a dark background which often makes me skip right by the one I really want) 2. Move Source package to Web server (do this before expanding it since the one file
3. Unpack the files: - the docs suggest the tar xvjf tikiwiki_1.7.tar.bz2 command
NB: Apache on OS X runs as user:group www:www****4. Set permissions on the setup script:
Copy to clipboard
5. Run the setup script: The setup script will set up a few directories for your site. It must be run as root,
Copy to clipboard
For advanced use you can use the setup script to set up multiple tiki sites using
6. Change the ownership of tiki-install.php so it can automatically be renamed Copy to clipboard
7. Set up DNS Set up Apache Virtual Hosts To be Investigated for the Virtual host setup: Is there any protection I should put on the file with the database information on it (security) if there is any php optimization i should put in, and what the error page setup should be. I also may be able to bail on the Apache log if Tiki keeps its own log. Copy to clipboard
8. Create MySQL Database i used phpMySQL to set up a database tiki and a user tiki I set up the user tiki to have every privilege on the tiki database, only allow localhost connections, and no privilege on other databases. Given my basic understanding of MySQL security this should be pretty secure. You might want to use a GUI program for this, like phpmyadmin, Navicat, CocoaMySQL... 9. Restart Apache (needs admin password)
Copy to clipboard
10. Log in and Confugure your Tiki In my case: http://tiki.hostname.ca/tiki-install.php You will need your database information:
Submit and you move to: Same page, but this time it will offer to create or update your database - choose create. Moves to same page - gives result of database creation (if you check in phpmyadmin you will see it created 161 tables) There will be links to try to remove the install script (tiki-install.php), or just enter the tiki - try to remove. (sadly the remove didn't work for me - probalby I needed to change the permissions on the enclosing directory not the file. I'm still at Unix baby steps) if yours doesn't remove either Manually change the install script the same way tikiwiki just tried to: Move onto the main tiki page: your default login is user: admin pass: admin - it will ask you to change it. Do it 😀 Congratulations - you have installed Tikiwiki under Mac OS X. Page Style choices:
|