From 02c5d807b0f2403adecee6ffa70ce3d003bde345 Mon Sep 17 00:00:00 2001 From: gStart9 <106188942+gStart9@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:25:09 +0000 Subject: [PATCH] SDK build instructions touchups (#484) * SDK build instructions touchups * user-friendly chmod instead of octal --- site/source/developer-docs/packaging.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/site/source/developer-docs/packaging.rst b/site/source/developer-docs/packaging.rst index 5f63481..d3ce846 100644 --- a/site/source/developer-docs/packaging.rst +++ b/site/source/developer-docs/packaging.rst @@ -71,7 +71,7 @@ These tools may or may not be necessary, depending on your environment and the p .. group-tab:: Debian/Ubuntu - - Build essentials (Ubuntu) - Common build tools and encryption libraries. + - Build essentials - Common build tools and encryption libraries. .. code-block:: @@ -103,7 +103,7 @@ These tools may or may not be necessary, depending on your environment and the p https://github.com/mikefarah/yq/releases/latest - Place it in `/usr/local/bin/yq` + Place it at `/usr/local/bin/yq` and ``chmod a+rx /usr/local/bin/yq`` .. group-tab:: CentOS/Fedora @@ -136,7 +136,7 @@ These tools may or may not be necessary, depending on your environment and the p https://github.com/mikefarah/yq/releases/latest - Place it in `/usr/local/bin/yq` + Place it at `/usr/local/bin/yq` and ``chmod a+rx /usr/local/bin/yq`` .. note:: Anytime you use a ``git clone`` command in this guide, it will create a new directory with code in it, so make sure you are executing this command from a directory that you want to store code in, such as your ``home`` folder. @@ -180,7 +180,9 @@ Dependencies - Required .. code-block:: - git clone -b latest --recursive https://github.com/Start9Labs/start-os.git && cd start-os/backend && ./install-sdk.sh + git clone -b latest --recursive https://github.com/Start9Labs/start-os.git && \ + cd start-os && make frontends && mkdir -p ./frontend/dist/static && \ + cd ./backend && ./install-sdk.sh Initialize sdk & verify install