Centos 7

  • Install Node-Red on Centos 7

    Install Node-Red on Centos 7

    It’s been a while since i have done anything with my ESP8266 development boards, so I’m now going to pick the back up and see what has changed. One big change is the introduction of node-red on this page I’m going to go through the install process on Centos 7   for this i had to modify…

    More Details: Install Node-Red on Centos 7
  • Build WebServer on Centos 7

    Build WebServer on Centos 7

    LAMP (Linux, Apache, MySQL, PHP) In this guide, we will walk through installing all of these components (except for Linux, which is already installed as your OS when you create the server). Install Apache Install MySQL Install PHP Update Firewall #sudo firewall-cmd –permanent –zone=public –add-service=http #sudo firewall-cmd –permanent –zone=public –add-service=https #sudo firewall-cmd –reload   Test…

    More Details: Build WebServer on Centos 7