Skip to content

Commit 0ea3136

Browse files
github-actions[bot]Kiebelelinawolf
authored
[Backport 12.4] Add mini tutorial about site package builder (#598)
* [TASK] Add mini tutorial about site package builder * Update Documentation/FirstProject/CreateSitePackage.rst * Update Documentation/FirstProject/CreateSitePackage.rst * Update Documentation/FirstProject/CreateSitePackage.rst --------- Co-authored-by: Kiebele <[email protected]> Co-authored-by: Lina Wolf <[email protected]>
1 parent 24b95ce commit 0ea3136

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Documentation/FirstProject/CreateSitePackage.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,26 @@ To create a site package, you have two main options:
2323
the detailed instructions int the
2424
:ref:`TYPO3 site package tutorial <t3sitepackage:start>`.
2525

26-
* Using the `Sitepackage-Builder <https://www.sitepackagebuilder.com/>`__:
26+
* Using the `Sitepackage-Builder <https://get.typo3.org/sitepackage/new//>`__:
2727
If you are looking for a faster start, the Sitepackage-Builder is a
2828
handy tool. You can choose whether your site package should be based on
2929
the `Bootstrap Package <https://www.bootstrap-package.com/>`__ or
3030
:ref:`fluid_styled_content <typo3/cms-fluid-styled-content:introduction>`.
31+
32+
Fill in the fields in the form, download the site package and save it
33+
in the :path:`packages` directory. Then require the site package using Composer:
3134

35+
.. code-block:: bash
36+
37+
composer require vendor\sitepackagename
38+
39+
and include the sets in your `site configuration <https://docs.typo3.org/permalink/t3start:site-configuration>`_.
40+
41+
.. figure:: /Images/ManualScreenshots/CreateSitePackage/SitePackageBuilder.png
42+
:alt: Screenshot of the site package builder at get.typo3.org demonstrating the installation steps
43+
44+
Click on "Composer-based TYPO3 installation" for the commands to install the site package
45+
3246

3347
.. _pros-and-cons-of-sitepackage-builder:
3448

80.2 KB
Loading

0 commit comments

Comments
 (0)