Skip to content

Commit

Permalink
note for standalone use
Browse files Browse the repository at this point in the history
  • Loading branch information
creative-resort authored and jonnitto committed Apr 6, 2022
1 parent 17dfb63 commit 9098f26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ You can choose between different package manager: [npm], [Yarn] and the ultra-fa

Run `composer require carbon/pipeline --dev`. Some files (if not already existing) will be copied to your root folder during the installation. After installing the package, run the command `install` to install the required packages, defined in `package.json`. Feel free to modify and change dependencies before installing 👍

#### Standalone use in custom projects without Neos

Carbon.Pipeline is also a perfect choice for your non-Neos projects. Consider installing the composer package `neos/composer-plugin` beforehand, to get Carbon.Pipeline installed in the correct directory under `Build/Carbon.Pipeline`.

### Manual install

If you want to make some significant adjustments to the build stack, you can also [download the code as zip file][main.zip] and put it in the folder `Build/Carbon.Pipeline`. Go to `Carbon.Pipeline/Installer/Distribution/Defaults` and copy the files to your root folder (Don't forget the hidden files, starting with a dot). After this is done, run the command `install` to install the required packages, defined in `package.json`. Feel free to modify and change dependencies before installing 👍
Expand Down

0 comments on commit 9098f26

Please sign in to comment.