Skip to content

Commit

Permalink
Replace gedit references with vi for broader OS compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Macedo <[email protected]>
  • Loading branch information
Camila Macedo authored and kprosise committed Nov 2, 2023
1 parent ee013fc commit 4383131
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Edit the ``Dockerfile`` to create the ``shellhttpd`` folder and copy ``shellhttp

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/Dockerfile
host:~$ vi shellhttpd/Dockerfile

::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Edit ``httpd.sh`` as below:

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/httpd.sh
host:~$ vi shellhttpd/httpd.sh

.. prompt:: shell

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Edit ``docker-compose.yml``, adding the ``volumes`` stanza:

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/docker-compose.yml
host:~$ vi shellhttpd/docker-compose.yml

::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Start by removing ``shellhttpd.conf`` from the ``Dockerfile`` to simplify your a

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/Dockerfile
host:~$ vi shellhttpd/Dockerfile

::

Expand All @@ -26,7 +26,7 @@ Edit ``docker-compose.yml`` and change the ``volumes`` stanza to share the ``/va

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/docker-compose.yml
host:~$ vi shellhttpd/docker-compose.yml

::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Edit ``recipes-samples/images/lmp-factory-image.bb`` and append ``CORE_IMAGE_BAS
.. prompt:: bash host:~$, auto

host:~$ cd ..
host:~$ gedit recipes-samples/images/lmp-factory-image.bb
host:~$ vi recipes-samples/images/lmp-factory-image.bb

.. prompt:: text

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Using the text editor of your choice, change ``OK`` to ``FoundriesFactory``, the

.. prompt:: bash host:~$, auto

host:~$ gedit httpd.sh
host:~$ vi httpd.sh

**httpd.sh**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ As you are still developing locally, edit the image parameter to use the image a

.. prompt:: bash host:~$, auto

host:~$ gedit docker-compose.yml
host:~$ vi docker-compose.yml

**docker-compose.yml**:

Expand Down
6 changes: 3 additions & 3 deletions source/tutorials/working-with-tags/adapting-shellhttpd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Edit ``httpd.sh`` according to the example below:

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/httpd.sh
host:~$ vi shellhttpd/httpd.sh

.. prompt:: text

Expand All @@ -38,7 +38,7 @@ Edit the file ``Dockerfile`` according to the example below:

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/Dockerfile
host:~$ vi shellhttpd/Dockerfile

.. prompt:: text

Expand All @@ -52,7 +52,7 @@ Edit the file ``docker-compose.yml`` according to the example below:

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/docker-compose.yml
host:~$ vi shellhttpd/docker-compose.yml

.. prompt:: text

Expand Down
6 changes: 3 additions & 3 deletions source/tutorials/working-with-tags/creating-targets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Edit ``docker-compose.yml``:

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/docker-compose.yml
host:~$ vi shellhttpd/docker-compose.yml

.. prompt:: text

Expand Down Expand Up @@ -53,7 +53,7 @@ Edit ``docker-compose.yml``:

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/docker-compose.yml
host:~$ vi shellhttpd/docker-compose.yml

.. prompt:: text

Expand Down Expand Up @@ -85,7 +85,7 @@ Keep watching your jobs on https://app.foundries.io and once it finishes, change

.. prompt:: bash host:~$, auto

host:~$ gedit shellhttpd/docker-compose.yml
host:~$ vi shellhttpd/docker-compose.yml

**shellhttpd/docker-compose.yml**:

Expand Down
2 changes: 1 addition & 1 deletion source/user-guide/lmp-auto-hostname/lmp-auto-hostname.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Select the Serial or MAC tab below, according to your needs.

.. prompt:: bash host:~$, auto

host:~$ gedit recipes-samples/images/lmp-factory-image.bb
host:~$ vi recipes-samples/images/lmp-factory-image.bb

::
Expand Down
2 changes: 1 addition & 1 deletion source/user-guide/submodule/submodule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Follow the example below and make sure you update ``<FACTORY_NAME>`` with your F

host:~$ cd myapp/
host:~$ mkdir -p .github/workflows/
host:~$ gedit .github/workflows/source-fio-update.yml
host:~$ vi .github/workflows/source-fio-update.yml

.. code-block:: yaml
Expand Down

0 comments on commit 4383131

Please sign in to comment.