A description of some experiments with Apache, Php, PostgreSQL and compilers

I’ve been really enjoying working through a series of experiments with the VisionFive 2 I purchased about a month ago and here is an article describing the latest.

I installed Apache with Php and PostgreSQL and put together a simple web site. Then I added an installation of the Mosquitto message broker with a test program. Then I tried out several compilers: Java, Golang, and Rust. The compiler experiments were to test installation and being able to write a simple data query program to use an SQL SELECT statement to pull a series of data records from a table in a PostgreSQL database and display them.

https://www.codeproject.com/Articles/5372689/VisionFive-2-RISC-V-Setting-up-Apache2-Php-Postgre

The others in the series are:

3 Likes