241106 – MOOVPAD Server Project – Bash & Python

241104_1

Setting Up The Bash Server

With the python part of the MOOVPAD Server Project now progressing well, I thought I would use the opportunity to start setting up some of the core scripts for the bash part of the project. And so the question arises: why have two separate parts to what could be completely contained in one? The answer to which is actually pretty straightforward.

241106_1

The python RServer will need to take in some basic bash script commands that can be included as templates. But rather than including these scripts as component files within the python project, I've chosen to set them into their own project that can act as a backup if the RServer stops suddenly or is down for maintenance. In these cases, the BServer (really more a collection of scripts) can be started until the python RServer is running again. And intermediate files can coordinate between these two components.

Much learning. Much madness. Only 5 days left 🙂

Stay awesome,

EMH

Screenshot 2024-07-30 144810

HOW MOOVPAD IS BEING BUILT

For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, and more in relation to all the technical things, please see the link to the left.

This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.