diff --git a/public/VisualizationWorkshop_stepBystep.html b/public/VisualizationWorkshop_stepBystep.html index 8a3d1e10f71d327c6a24e463dfcd433dcd6d8376..bb843766d8653d00a4aa1a0146db6e54d6037bc4 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>