Gr-smart meters Setup on other distros: Difference between revisions

reorganized structure of page to put only distro-specific things under each distro heading.
m added missing word
 
Line 3: Line 3:
For each distribution below, what is shown is a container file (for use with Docker or Podman) that shows how to build the relevant modules within a container based on the relevant distro.  This is done to both make it absolutely clear which steps need to be done and which order, and also to provide a convenient way to test and these recipes to other Linux distributions.
For each distribution below, what is shown is a container file (for use with Docker or Podman) that shows how to build the relevant modules within a container based on the relevant distro.  This is done to both make it absolutely clear which steps need to be done and which order, and also to provide a convenient way to test and these recipes to other Linux distributions.


To run these commands on a real distribution (that is, not in a container), you can simply execute each "RUN" command exactly as it appears and then substitute `cd` commands for the "WORKDIR" lines (or use <code>pushd</code>/<code>popd</code> pairs as shown in the example below).  You can ignore the "FROM" line.  You will want to adjust the directories for your own computer.  So for example, for Arch could use the following commands:
To run these commands on a real distribution (that is, not in a container), you can simply execute each "RUN" command exactly as it appears and then substitute `cd` commands for the "WORKDIR" lines (or use <code>pushd</code>/<code>popd</code> pairs as shown in the example below).  You can ignore the "FROM" line.  You will want to adjust the directories for your own computer.  So for example, for Arch one could use the following commands:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">