1
00:00:00,270 --> 00:00:03,160
now let us test the LAMP application from the master system itself.

2
00:00:03,180 --> 00:00:10,710
So we are going to run this elinks --dump http://172.24.0.1, when we are going

3
00:00:10,710 --> 00:00:11,340
to run this.

4
00:00:11,490 --> 00:00:18,390
It is going to fetch the data from that mean this application is going to fetch those four records from

5
00:00:18,390 --> 00:00:20,310
that MySQL database.

6
00:00:20,520 --> 00:00:26,040
And you can specify that domainname also www.example.com again.

7
00:00:26,060 --> 00:00:27,720
It is going to fetch the same data.

8
00:00:28,140 --> 00:00:33,180
So we are successful in fetching data store in database by using PHP application.

9
00:00:33,750 --> 00:00:42,030
Linux is our operating system, Apache is Web server used and data is stored Mariadb and language

10
00:00:42,030 --> 00:00:46,320
uses PHP thus it shows you the use of LAMP stack.

11
00:00:46,590 --> 00:00:52,620
So let us go into our master system itself and let us check with which command.

12
00:00:52,630 --> 00:00:55,230
We are going to check.

13
00:00:58,060 --> 00:00:58,660
elinks

14
00:01:02,800 --> 00:01:15,340
--dump http://172.24.0.1, it is showing you the

15
00:01:15,340 --> 00:01:23,050
data we could have type www.example.com.

16
00:01:26,900 --> 00:01:28,170
That is also visible.

17
00:01:28,310 --> 00:01:33,830
That means here we are using Linux, Apache is web server, mariadb is the database where

18
00:01:33,830 --> 00:01:36,920
we have store the data and PHP is our front end.

19
00:01:38,210 --> 00:01:42,160
So that is testing from Master system itself.
