In most cases, installing Question2Answer for your website should be dead easy. Please follow the steps below.
Before you install Question2Answer
Make sure you have:
- A web server which you can access via FTP, SFTP or shell.
- A text editor.
- A web browser.
And make sure your web server is running:
- Web serving software such as Apache.
- PHP 4.3 or later (PHP 5.x is fine too).
- MySQL 4.1 or later (or MySQL 5.x).
If you are not sure about this, please check with your web hosting provider.
Installing Question2Answer for the first time (without single sign-on)
The instructions below are for installing Question2Answer where it manages user accounts and logins for you. If you would like Question2Answer to integrate with your existing user database and account system (single sign-on), see the advanced installation.
- Download the latest version of Question2Answer to your computer or web server.
- Unzip the download using a tool such as WinZip (or
unzipin the Unix shell). - Create a MySQL database, and a MySQL user with full permissions for that database.
If you're interested, the privileges actually needed are: CREATE, ALTER, DELETE, INSERT, SELECT, UPDATE, LOCK TABLES - Find
qa-config-example.phpin the unzippedquestion2answerfolder, and rename it toqa-config.php. - Open
qa-config.phpin your text editor, insert the MySQL details at the top, and save the file. Do not use a word processor such as Microsoft Word for this, but rather Notepad or another appropriate text editing program. - Place all the Question2Answer files (including .htaccess) in the appropriate location on your web server:
- To serve Question2Answer at the root of a domain (e.g.
http://www.mysite.com/), move or upload all the contents of the unzippedquestion2answerfolder into the root directory for that domain on your web server. - To serve Question2Answer in a subdirectory of a site (e.g.
http://www.mysite.com/qa/), create the subdirectory inside the root directory for the site, then move or upload all the contents of the unzippedquestion2answerfolder into this subdirectory.
- To serve Question2Answer at the root of a domain (e.g.
- Open the appropriate web page for Question2Answer in your web browser, for example:
- If you installed Question2Answer at the root of a domain,
http://www.mysite.com/ - If you installed Question2Answer in a subdirectory,
http://www.mysite.com/qa/
- If you installed Question2Answer at the root of a domain,
- Follow the on-screen instructions to set up your database and administrator account. That's it!
Upgrading to the latest version of Question2Answer
The instructions below are for upgrading from a previous version of Question2Answer. Click for a full version history.
- Download the latest version of Question2Answer to your computer or web server.
- Unzip the download using a tool such as WinZip (or
unzipin the Unix shell). - Replace all the Question2Answer files and directories (including .htaccess) on your web server with the new ones.
- Your custom
qa-config.phpfile will not be affected, nor will yourqa-externaldirectory. - If you have made changes to other files, you may have to apply those again, so be sure to make a backup first.
- Your custom
- Open the web page for Question2Answer in your web browser. If appropriate, you will be prompted to upgrade the database, so follow the on-screen instructions. You've now successfully upgraded - take a look around!
Advanced Installation (optional)
To integrate with your existing user database or optimize Question2Answer further, please read the advanced installation page.