Skip to content

Commit

Permalink
[TASK] Add mini tutorial about site package builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiebele committed Dec 3, 2024
1 parent 627716f commit 9b2073c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Documentation/FirstProject/CreateSitePackage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ To create a site package, you have two main options:
the detailed instructions int the
:ref:`TYPO3 site package tutorial <t3sitepackage:start>`.

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

.. code-block:: bash
composer require vendor\sitepackagename
and include the sets in your `site configuration <https://docs.typo3.org/permalink/t3start:site-configuration>`_.

.. figure:: /Images/ManualScreenshots/CreateSitePackage/SitePackageBuilder.png

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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b2073c

Please sign in to comment.