diff --git a/docs/img/upload_package.png b/docs/img/upload_package.png index 7521d3509..31df5b6a9 100644 Binary files a/docs/img/upload_package.png and b/docs/img/upload_package.png differ diff --git a/docs/img/upload_seed.png b/docs/img/upload_seed.png new file mode 100644 index 000000000..df419f5f8 Binary files /dev/null and b/docs/img/upload_seed.png differ diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 9a1a16298..62e4ace17 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -130,13 +130,30 @@ Next will now upload these files to your Studio project. ------------------------------ The next step is to initialize the server side with the client code and the initial global model. In the Studio UI, -#. Navigate to the project you created in step 1 and click on the "Sessions" tab. -#. Click on the "New Session" button. -#. Under the "Compute package" tab, select a name and upload the generated package file. -#. Under the "Seed model" tab, upload the generated seed file: +**Upload the compute package** + +#. Navigate to the project you created in step 1 and click on the "Packages" link. +#. Click on the "Add Package" button. +#. On the next form, enter a name and upload the generated package file. + +.. note:: + On the "packages" link, you can also select the option "Use local package mode". This is an advanced option that + allows each client to connect with their own custom compute package. The option can also be beneficial when + developing your own project, as it eliminates the need to upload a new package with every change or version update. .. image:: img/upload_package.png +**Upload the seed model** + +#. Navigate to the project you created in step 1 and click on the “Sessions” tab. +#. Click on the “New Session” button. +#. Under the “Seed model” tab, upload the generated seed file: + +.. image:: img/upload_seed.png + +.. note:: + You can upload multiple compute packages and seed models, and select the one needed for different sessions. + Continue to step 4 before starting the session. The uploaded package and seed files are saved. 4. Start clients @@ -253,4 +270,4 @@ to learn how to set up an all-in-one development environment using Docker and do :og:description: This tutorial is a quickstart guide to FEDn based on a pre-made FEDn Project. It is designed to serve as a starting point for new developers. :og:image: https://fedn.scaleoutsystems.com/static/images/scaleout_black.png :og:url: https://fedn.scaleoutsystems.com/docs/quickstart.html - :og:type: website \ No newline at end of file + :og:type: website