Question2Answer takes 5 minutes (or less!) to install.
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 or SFTP.
- A text editor.
- A web browser.
And make sure your web server is running:
- Web serving software such as Apache or Nginx.
- PHP 5.2 or later, with the MySQLi extension.
- MySQL 4.1 or later, MySQL 5.x for best performance.
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, see the instructions for single sign-on installation. From version 1.4, Question2Answer also offers easy integration with a WordPress 3.x site and user database.
-
Download the latest version of Question2Answer to your computer or web server (also available on GitHub - make sure to use the master branch for the latest stable version).
-
Unzip the download using a tool such as WinZip (or
unzip
in the Unix shell). -
If you want to run a non-English site, check if the appropriate language file is available. If so, download and install it in the
qa-lang
folder. If not, it's simple to translate Question2Answer for yourself. -
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
-
Note down the MySQL details: username, password, database name and server host name. If MySQL is running on the same server as your website, the server host name is likely to be
127.0.0.1
orlocalhost
. -
Find
qa-config-example.php
and.htaccess-example
in the unzippedquestion2answer
folder, and rename them toqa-config.php
and.htaccess
, respectively. -
Open
qa-config.php
in 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 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 unzippedquestion2answer
folder 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 unzippedquestion2answer
folder 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!
See also: Upgrading Question2Answer
Add-Ons
See the add-ons page for language files, themes and plugins created by Question2Answer users.