VisionFive 2 RISC-V - Setting up Apache2, Php, Postgres, Mosquitto, and compilers
Briefly

The VisionFive 2 SBC is similar to the Raspberry Pi 4 in size and capabilities though unlike the Raspberry Pi 4 which uses ARM processor technology, the VisionFive 2 with its JH7110 processor uses RISC-V processor technology. The VisionFive 2 does not have a large support community and finding assistance and documentation on the internet with architecture specific issues can be difficult and time consuming.
However, the Apache2 HTTP web server as well as Php script language and the PostgreSQL database engine are available as RISC-V builds and can be installed on a Debian OS with the VisionFive 2 using apt install. Naturally, I was curious and decided to try making the VisionFive 2 I recently purchased into a web server with a simple website using LAMP like technologies of Apache2, Php, with PostgreSQL as the database engine.
Read at CodeProject
[
add
]
[
|
|
]