It’s been a while since i have done anything with my 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 once you have centos installed you …
Tag: 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 Make sure that your software is up to date: #sudo yum update Install Apache: #sudo yum install httpd Start Apache: #sudo …