History: Install
Source of version: 51 (current)
Copy to clipboard
related: ((TRIM))
!!Some ideas to improve the Tiki installer:
add phpinfo as one of the steps (useful for troubleshooting)
!!! Tiki 3 Installer Revamp
((Installer Revamp|Over here))
!!! Bugs
* Tiki 10.0 fresh install
** tiki-install.php email address field doesn't have validation (at least for non-empty value)
** "Experiencing problems with the upgrade? Your administrator account lost its privileges? This may occur if you upgraded from a very old version of Tiki." is offered even if it's a fresh install
** dozens of warnings : PHP (5.3.18-nmm1) ERROR (E_WARNING): File: lib/codemirror_tiki/tiki_codemirror.php Line: 31 Type: Invalid argument supplied for foreach()
* http://www.nabble.com/Installation-interface:-white-screen-after-choosing-the-profile-for-installation-t3821124.html
!!! Pre-install script
* ((Server check))
!!! Install script
--__All these setting above should also be checked in tiki-install.php and in the Tiki admin panel, because our host could have changed some settings, moved us to a new server or upgraded the PHP version, etc. so it's better to not just have in the installer.__ We could put all this info and server-related settings here: tiki-admin.php?page=server For example, the "OS" choice here: tiki-admin.php?page=general-- All done in tiki-check.php, which is in Tiki and available as standalone.
!!!Nice to have
* --Like ((TRIM)), for database creation to be possible via the install script (won't work on most many hosts)-- Done by Jyhem
*--[http://tiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=6&comments_parentId=21274|test if the upgrade script has been run and put a note in tiki-admin.php]-- done
!!related links
http://www.bitweaver.org/photos/gallery/9/32
http://www.lulu.com/browse/preview.php?fCID=1154811 ''(pages from 6 to 10 of that book preview for WebGUI CMS/Groupware made on perl)''
http://www.xaraya.com/index.php/documentation/97
http://ewiki.berlios.de/installer/
!!Examples
^Why not using the nice Bitweaver Installer as a base or guide for the Tiki installer?
[http://www.bitweaver.org/photos/gallery/9/32] (16 screenshots here showing the whole process) . Xavi^
*[http://www.egvweb.com/analyse/Installation|Analysis of 12 CMS systems] in French
!!UI Improvements
((Installer Revamp|Here)) are some ideas ricks99 has been playing with to improve the out-of-the-box experience.
!!MediaWiki installer
{THUMB(id=42, url="tiki-browse_image.php?imageId=42")}{THUMB}
!! Install with one file
* Investigate a TRIM-like application that works directly on the remote instance. A small php or shell script which fetches the latest version of Tiki and installs it. (Could be impossible because of limited file permissions that php scripts, with Apache rights, that have limited permissions). ((mods)) have this issue.
* https://github.com/composer/installers
* http://stackoverflow.com/questions/4388513/how-i-can-create-installer-for-website-php-mysql
* http://cweiske.de/tagebuch/Generic%20PHP%20application%20installers.htm
* http://wiki.php-unconference.de/index.php?title=PhpUnconf2010SaturdaySessionA4
* http://qafoo.com/talks/11_10_ipc_a_generic_php_application_ionstaller.pdf
* http://tracker.arbitracker.org/arbit/development_wiki/view/Installer
* svn://arbitracker.org/arbit/projects/installer/trunk/buildArbitInstaller
* http://kore-nordmann.de/blog/0097_php_web_installer.html
* http://code.google.com/p/simplegroupware/downloads/detail?name=sgs_installer.php&can=2&q=
* http://www.spip.net/spip-dev/INSTALL/spip_loader.php
* http://code.google.com/p/pwai/
* https://www.ohloh.net/p/jijawi
Related: http://project-builder.org/
http://codex.wordpress.org/Installing_WordPress#Famous%5F5-Minute%5FInstall
!!- Tracker items
!!! Open
{wishes filtervalue="81" status="o"}
!!! Pending
{wishes filtervalue="81" status="p"}
!!! Closed
{wishes filtervalue="81" status="c"}
(alias(Installer))