Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
composer.typo3.org
Commits
eee4b634
Commit
eee4b634
authored
Dec 15, 2014
by
Fabien Udriot
Browse files
[TASK] Update composer usage for fetching custom CMS version
Change-Id: I46dd10e63951f8dbb3f31568d878ca1b86983474
parent
261908eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.md
View file @
eee4b634
...
...
@@ -31,11 +31,15 @@ How to use it?
As a quick way to use Composer, the Base Distribution can be downloaded. It is assuming you have Composer already
[
installed
][
2
]
on your system:
# Download the Base Distribution, the "stable"
branch
(6.2)
# Download the Base Distribution, the
latest
"stable"
release
(6.2)
composer create-project typo3/cms-base-distribution CmsBaseDistribution
# Download the Base Distribution, the "dev" branch (7.x)
composer create-project typo3/cms-base-distribution --stability dev CmsBaseDistribution
composer create-project typo3/cms-base-distribution CmsBaseDistribution dev-master
# Download the Base Distribution, the "dev" 6.2 branch
composer create-project typo3/cms-base-distribution CmsBaseDistribution 6.2.x-dev
As a second step, we are going to add additional packages. The commands must be run from inside the
``CmsBaseDistribution``
directory.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment