]> Softwares of Agnibho - dietsurvey.git/blob - INSTALL.txt
Rewritten in PHP/Javascript
[dietsurvey.git] / INSTALL.txt
1 Installation instructions for Diet-Survey
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 Diet-Survey tarball from
14 http://code.agnibho.com/dietsurvey/
15
16 2. Extract the files from the tarball.
17
18 3. Copy the contents of the dietsurvey folder to the directory where you
19 want to install Diet-Survey.
20
21 4. Create a MYSQL database for Diet-Survey on your server.
22
23 5. Import the file dietsurvey.sql to the database you created.
24
25 6. Edit the ajax.php file in the Diet-Survey installation directory as
26 follows:
27
28 define("HOST", "<MYSQL host name>");
29 define("USER", "<MYSQL username>");
30 define("PASS", "<MYSQL password>");
31 define("DTBS", "<MYSQL database name>");
32
33 7. That's it. The Diet-Survey installation is ready for use. It can now be
34 accessed it by entering the URL to the installation directory.