Skip to content

Commit 9b2073c

Browse files
author
Kiebele
committed
[TASK] Add mini tutorial about site package builder
1 parent 627716f commit 9b2073c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Documentation/FirstProject/CreateSitePackage.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,21 @@ 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+
Fill in the fields in the form, download the site package and save it
32+
in the :guilabel:`packages` directory. Then require the site package using composer:
3133

34+
.. code-block:: bash
35+
36+
composer require vendor\sitepackagename
37+
38+
and include the sets in your `site configuration <https://docs.typo3.org/permalink/t3start:site-configuration>`_.
39+
40+
.. figure:: /Images/ManualScreenshots/CreateSitePackage/SitePackageBuilder.png
3241

3342
.. _pros-and-cons-of-sitepackage-builder:
3443

80.2 KB
Loading

0 commit comments

Comments
 (0)