]> Softwares of Agnibho - mcquick.git/blob - INSTALL.txt
Updated copyright year
[mcquick.git] / INSTALL.txt
1 Installation instructions for MCQuick
2 =====================================
3
4 What do you need
5 ----------------
6
7 * A server with PHP and MYSQL support
8 * FTP or SSH access to the server
9
10 Installation steps
11 ------------------
12
13 1. Download the latest MCQuick tarball from
14 http://code.agnibho.com/mcquick/
15
16 2. Extract the files from the tarball.
17
18 3. Copy the contents of the mcquick folder to the directory where you
19 want to install MCQuick.
20
21 4. Create a MYSQL database for MCQuick on your server.
22
23 5. Import the file mcquick.sql to the database you created.
24
25 6. Edit the lib/php/DB.php file in the MCQuick installation directory as
26 follows:
27
28 define("URL", "<URL to access MCQuick>");
29 define("HOST", "<MYSQL host name>");
30 define("USER", "<MYSQL username>");
31 define("PASS", "<MYSQL password>");
32 define("DTBS", "<MYSQL database name>");
33
34 7. That's it. The MCQuick installation is ready for use. It can now be
35 accessed it by entering the URL you have designated.