mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Better visibility of key phrasing
This commit is contained in:
parent
caecc05b0b
commit
ced49d9090
@ -41,7 +41,7 @@ Composer updates regularly, so you should run this command fairly often. These i
|
|||||||
|
|
||||||
## Create a new site
|
## Create a new site
|
||||||
|
|
||||||
Composer can create a new site for you, using the installer as a template:
|
Composer can create a new site for you, using the installer as a template (by default composer will download the latest stable version):
|
||||||
|
|
||||||
composer create-project silverstripe/installer ./my/website/folder
|
composer create-project silverstripe/installer ./my/website/folder
|
||||||
|
|
||||||
@ -50,8 +50,7 @@ For example, on OS X, you might use a subdirectory of `~/Sites`.
|
|||||||
As long as your web server is up and running, this will get all the code that you need.
|
As long as your web server is up and running, this will get all the code that you need.
|
||||||
Now visit the site in your web browser, and the installation process will be completed.
|
Now visit the site in your web browser, and the installation process will be completed.
|
||||||
|
|
||||||
By default composer will download the latest stable version. You can also specify
|
You can also specify a version to download that version explicitly, i.e. this will download the older `3.0.3` release:
|
||||||
a version to download that version explicitly, i.e. this will download the older `3.0.3` release:
|
|
||||||
|
|
||||||
composer create-project silverstripe/installer ./my/website/folder 3.0.3
|
composer create-project silverstripe/installer ./my/website/folder 3.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user