0% found this document useful (0 votes)
22 views3 pages

Installation Instructions

The document provides 9 step-by-step instructions for installing XAMPP and setting up a clinic database application called "littleclinic" on a local server: 1) Disable antivirus, 2) Run XAMPP installer, 3) Place littleclinic folder in XAMPP folder, 4) Edit httpd.conf to set document root, 5) Start Apache and MySQL, 6) Access phpMyAdmin, 7) Create new database called "clinic_db", 8) Import clinic_db.sql file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views3 pages

Installation Instructions

The document provides 9 step-by-step instructions for installing XAMPP and setting up a clinic database application called "littleclinic" on a local server: 1) Disable antivirus, 2) Run XAMPP installer, 3) Place littleclinic folder in XAMPP folder, 4) Edit httpd.conf to set document root, 5) Start Apache and MySQL, 6) Access phpMyAdmin, 7) Create new database called "clinic_db", 8) Import clinic_db.sql file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Installation Instructions

1. Disable Antivirus temporarily until XAMPP finishes installing. Skip this step if antivirus
is default Windows Defender.

2. Run XAMPP installer.

 When the warning dialog appears, click ok.

 Welcome to XAMPP Setup Wizard – click next

 Select Components – click next.

 Install to C:\xampp directory and click next.

 Uncheck learn more about Binami for XAMPP, click next.

 Ready to install – click next.

 Wait for the installation to complete.

 Click finish, XAMPP should automatically launch, minimize for now.

3. Place littleclinic folder in htdocs subfolder of xampp; C:\xampp\htdocs\littleclinic.


4. Run XAMPP, in Apache, click config and select httpd.conf.

Figure 1 Opening Config of Apache (httpd.config)


5. Search for DocumentRoot and replace it with the directory of littleclinic folder, "
C:/xampp/htdocs/littleclinic ". Replace the same for Directory below DocumentRoot.
Figure 2 Changing Document Root and Directory

6. Go back to XAMPP and start both Apache and MySQL.


7. In MySQL, click Admin. It should bring you to http://localhost/phpmyadmin/.

Figure 3 phpMyAdmin
8. In the left panel, click New and type “clinic_db” as the database name, click create.
Figure 4 Creating new database
9. Click Import from the top menu and click choose file. Select "clinic_db" from the folder
of littleclinic and click Import.

Figure 5 Importing SQL file

You might also like