mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX - missing link url for composer
My bad, have amended this.
This commit is contained in:
parent
14f6e7a784
commit
a0607845e4
@ -26,9 +26,9 @@ Servers - this is so our changes to the php.ini take effect.
|
|||||||
## Installing SilverStripe
|
## Installing SilverStripe
|
||||||
|
|
||||||
###Composer
|
###Composer
|
||||||
Composer (PHP's package manager) is the prefered way to install SilverStripe and ensure you get the correct set of files for your project.
|
[Composer (a dependancy manager for PHP)](http://getcomposer.org) is the prefered way to install SilverStripe and ensure you get the correct set of files for your project.
|
||||||
|
|
||||||
Composer uses your MAMP PHP executible to run and also requires Git (so it can automatically download the required files from GitHub).
|
Composer uses your MAMP PHP executible to run and also requires [git](http://git-scm.com) (so it can automatically download the required files from GitHub).
|
||||||
|
|
||||||
Process to install is as follows:
|
Process to install is as follows:
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ Process to install is as follows:
|
|||||||
|
|
||||||
composer create-project silverstripe/installer /Applications/MAMP/htdocs/silverstripe/
|
composer create-project silverstripe/installer /Applications/MAMP/htdocs/silverstripe/
|
||||||
|
|
||||||
4. You can now [use composer]() to manage future SilverStripe updates and adding modules with a few easy commands.
|
4. You can now [use composer](http://doc.silverstripe.org/framework/en/installation/composer) to manage future SilverStripe updates and adding modules with a few easy commands.
|
||||||
|
|
||||||
###Package Download
|
###Package Download
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user