1 00:00:00,790 --> 00:00:03,430 We can now go ahead and set up our web server. 2 00:00:03,430 --> 00:00:08,860 The first step is to install Aposhian If you're new to web server configuration. 3 00:00:08,860 --> 00:00:16,840 Apache is an HTP server that allows our Web page visitors to establish a connection to our server and 4 00:00:16,840 --> 00:00:18,760 download the web page content. 5 00:00:19,880 --> 00:00:25,760 Remember when anyone accesses your site they're essentially downloading the page in order to view it 6 00:00:25,760 --> 00:00:26,740 through their browser. 7 00:00:28,770 --> 00:00:36,460 To start the Apache installation we need to update the local Package Index the Package Index is an index 8 00:00:36,460 --> 00:00:40,870 of files that are available for update as soon as you launch your server. 9 00:00:40,900 --> 00:00:45,950 You want to run this command type in UP THE 10 00:01:02,010 --> 00:01:05,410 so you can see here that it says for packages can be upgraded. 11 00:01:06,500 --> 00:01:10,850 The next command will want to run is to install Aposhian to do so. 12 00:01:10,850 --> 00:01:12,500 Type in apt. 13 00:01:12,500 --> 00:01:15,710 Install a partially to. 14 00:01:15,900 --> 00:01:19,810 Just make sure you don't make any typos in the commands. 15 00:01:19,860 --> 00:01:21,680 Otherwise they won't work properly. 16 00:01:23,960 --> 00:01:25,580 We're just prompted with a question. 17 00:01:25,610 --> 00:01:32,060 It says after this operation six thousand nine hundred seventy eight kilobytes of additional disk space 18 00:01:32,060 --> 00:01:32,960 will be used. 19 00:01:33,050 --> 00:01:36,360 If you want to continue to why and press enter. 20 00:01:48,720 --> 00:01:54,570 So this is the progress bar here you can see where 75 percent and it typically shouldn't take more than 21 00:01:54,570 --> 00:02:05,310 one or two minutes for the entire process to be complete. 22 00:02:05,320 --> 00:02:06,970 OK so there you go. 23 00:02:07,160 --> 00:02:14,920 A partially to has now been installed and we can test it by pulling up the default Aposhian page in 24 00:02:14,920 --> 00:02:18,120 our web browser. 25 00:02:18,490 --> 00:02:21,930 So what you wanna do here is take your IP copy it 26 00:02:26,350 --> 00:02:32,930 paste it into your address bar and press enter and you should see the default a posh to a page over 27 00:02:32,930 --> 00:02:33,450 here. 28 00:02:35,000 --> 00:02:39,210 So as long as you see this page then you know that it's working properly.