Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mini tutorial about site package builder #597

Merged
merged 4 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion Documentation/FirstProject/CreateSitePackage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,22 @@ 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 :path:`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

linawolf marked this conversation as resolved.
Show resolved Hide resolved
.. _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.
Loading