Covered in part01, we went over, not in depth, configuring apache2. It was mentioned that user creation was going to be done in part02. It is now done.
The code was simple enough. One of the more challenging parts was to encrypt the password in the SHA512 hash. This was easy enough to find on the internet. Wouldn’t say this was learned well enough to commit to memory.
In the next update we will cover briefly mariadb database creation.