Download the PHP package sitegeist/neos-base-distribution without Composer
On this page you can find all versions of the php package sitegeist/neos-base-distribution. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sitegeist/neos-base-distribution
More information about sitegeist/neos-base-distribution
Files in sitegeist/neos-base-distribution
Package neos-base-distribution
Short Description Sitegeist Neos Base Distribution
License
Informations about the package neos-base-distribution
Sitegeist Neos Base Distribution
Installation
Create a project based on the sitegeist base distribution
Migrate database and add Admin user
Create custom site package (optional)
Usually you will create a new site-package for your project. This repository contains four example packages that sitegeist uses
as starting point for new projects. The Vendor.Site
package uses a build stack with css-modules and css + typescript colocation, while
the Vendor.WheelInventor
package is built using TailwindCss.
Vendor.SupportWheelInventor
uses PackageFactory.AtomicFusion.PresentationObjects
for integration
and Vendor.Shared
as a shared kernel package to store shared elements like presentational components.
A site package has a package key that consists of a vendor Namespace and Package name that are seperated by a dot. You should always
choose a unique package key in the customer namespace to implement custom designs. A good example would be Acme.Marketing
.
In the following examples __your_site_package_key__
refers to the package key you choose here.
You can choose to copy the included Vendor.Site
package, the Vendor.WheelInventor
or the Vendor.SupportWheelInventor
and Vendor.Shared
package(s) into the project namespace:
or:
or:
If you are improving the sitegeist/neos-base-distribution you likely want to skip this and adjust the example packages as they are.
Background: Vendor.Site
is a blank site package with no defined frontend components, no content node types and a CSS Modules setup. Vendor.WheelInventor
and Vendor.SupportWheelInventor
uses Tailwind CSS and defines a lot of default frontend components and content node types. Use the latter to quickstart projects of medium size.
After cloning the site package you have to require the newly created package via composer.
After which you may decide to remove the packages Vendor.Site
, Vendor.WheelInventor
, Vendor.SupportWheelInventor
, Vendor.Shared
and Sitegeist.Chantalle
as they are only needed to kickstart
further site-packages from now on. The package Sitegeist.Chantalle
is included here as it implements the adopt command for the previous task:
Altenatively you may require an existing site-package like Neos.Demo via composer:
Initialize the project git repository
The following commands will initialize the git repository, setup git-hooks and perform composer and yarn install.
Import site-content or create a new site
Running the site locally
You can start a development server via:
Clone project data
You can clone your project data directly with make. This command shows up the list and ask for the preset.
or type the preset directly:
Versioning
Deployment
All versions of neos-base-distribution with dependencies
neos/seo Version ^3.0
neos/redirecthandler-ui Version ^2.4
neos/redirecthandler-neosadapter Version ^4.3
neos/redirecthandler-databasestorage Version ^5.0
packagefactory/atomicfusion-proptypes Version ^2.0
packagefactory/atomicfusion-classnames Version ^1.0
flowpack/nodetemplates Version ^1.3
sitegeist/klarschiff Version ~3.0
sitegeist/monocle Version ~7.2
sitegeist/chitchat Version ~1.2
sitegeist/kaleidoscope Version ^6.0
sitegeist/csvpo Version ^1.3
sitegeist/stampede Version ^1.1
sitegeist/archaeopteryx Version ^1.0
sitegeist/iconoclasm Version ^1.0
sitegeist/noderobis Version ~1.1
sitegeist/pyranodis Version ~1.0
vendor/site Version ^1.0
vendor/wheelinventor Version ^1.0