How to install PhpWiki
This article describes how to install PhpWiki manually.
Installing PhpWiki
PhpWiki is compatible with all A2 Hosting accounts. However, you must install it manually.
Although A2 Hosting servers are compatible with a wide variety of software applications, we cannot provide troubleshooting assistance for application-specific issues.
To install PhpWiki:
- Download the PhpWiki installation file at http://sourceforge.net/projects/phpwiki to your local computer.
- Extract the .zip file on your computer.
- Use FTP to upload the extracted contents to the public_html directory of your A2 Hosting account.
For information about how to access your account using FTP, please see
this article.
- Use cPanel to create a MySQL database and database user for PhpWiki. You will need this information during the web configuration process.
For information about how to create a MySQL database and user, please see
this article.
- Use phpMyAdmin to import the MySQL initialization file. To do this, follow these steps:
- Use your web browser to go to your web site. The PhpWiki configuration page appears.
- Under Part One: Authentication and security settings, in the WIKI_NAME text box, type the name of your wiki.
- In the ADMIN_USER text box, type the administrator's username.
- In the ADMIN_PASSWD text box, type the administrator's password.
- Under Part Two: Database Configuration, in the DATABASE_TYPE list box, select SQL PEAR.
- In the SQL Type list box, select MySQL.
- In the SQL User text box, type the name of the database user you created in step 4.
- In the SQL Password text box, type the password for the database user you created in step 4.
- In the SQL Database Name text box, type the name of the database you created in step 4.
- Scroll to the bottom of the page, and then click Save config/config.ini.
- Copy the entire text in the text box, and then paste it into a new file. Save the file as config.ini.
- Upload the config.ini file to the config directory on your A2 Hosting account. For example, if you uploaded PhpWiki to the document root directory, the full path is /home/username/public_html/config, where username represents your account username.
- Use your web browser to go to your web site. PhpWiki automatically generates templates, help pages, and other application pages.
- When the installation process finishes, Complete appears at the bottom of the page. Reload your web site, and the PhpWiki main page appears.
For more information about PhpWiki, please visit http://phpwiki.sourceforge.net.