From 8131b25cbaa343013399beaf7f5a2f39bccbbba3 Mon Sep 17 00:00:00 2001 From: Joe TS Dell <thunyathep.s@outlook.com> Date: Thu, 5 Nov 2020 12:54:51 +0100 Subject: [PATCH] update --- public/VisualizationWorkshop_stepBystep.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/VisualizationWorkshop_stepBystep.html b/public/VisualizationWorkshop_stepBystep.html index 8a3d1e1..bb84376 100644 --- a/public/VisualizationWorkshop_stepBystep.html +++ b/public/VisualizationWorkshop_stepBystep.html @@ -113,8 +113,8 @@ are freely to use any web server of your preferences. In this example, we use the XAMPP (or Apache) open source web server. (You can get it from <a href="https://www.apachefriends.org/index.html">https://www.apachefriends.org/index.html</a>) - <li>Install XAMPP or APACHE.</li> - <li>Open XAMPP Control Panel and start APACHE web server. Optionally, you can start the Apache manually via <code> [(part to Apache)]\apache\bin\httpd.exe </code>. Or, use Terminal to enter <code>sudo apachectl start</code> and <code>sudo apachectl stop</code> commands to start and stop Apache service. + <li>Install XAMPP or Apache.</li> + <li>Open XAMPP Control Panel and start Apache HTTP web service. <br>Optionally, you can start the Apache manually via <code> [(part to Apache)]\apache\bin\httpd.exe </code>. Or, use Terminal to enter <code>sudo apachectl start</code> and <code>sudo apachectl stop</code> commands to start and stop Apache service. <br> <img src="img/4.JPG" alt="" style="width: 400px;"><br> </li> -- GitLab