mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3912 from camfindlay/patch-22
DOCS Mention the option of Environment files for WAMP users
This commit is contained in:
commit
216d1d847b
@ -40,8 +40,10 @@ $ composer create-project silverstripe/installer ./silverstripe
|
|||||||
* Unpack the archive into `C:\wamp\www`
|
* Unpack the archive into `C:\wamp\www`
|
||||||
* Rename the unpacked directory from `C:\wamp\www\silverstripe-vX.X.X` to `C:\wamp\www\silverstripe`
|
* Rename the unpacked directory from `C:\wamp\www\silverstripe-vX.X.X` to `C:\wamp\www\silverstripe`
|
||||||
|
|
||||||
### Install and configure
|
## Install and configure
|
||||||
* Visit `http://localhost/silverstripe` - you will see SilverStripe's installation screen.
|
* Option 1: Environment file - Set up a file named _ss_environment.php either in the webroot or a directory above webroot and setup as per the [Environment Management process](/getting_started/environment_management).
|
||||||
|
|
||||||
|
* Option 2: Installer - Visit `http://localhost/silverstripe` - you will see SilverStripe's installation screen.
|
||||||
* You should be able to click "Install SilverStripe" and the installer will do its thing. It takes a minute or two.
|
* You should be able to click "Install SilverStripe" and the installer will do its thing. It takes a minute or two.
|
||||||
* Once the installer has finished, visit `http://localhost/silverstripe`. You should see your new SilverStripe site's
|
* Once the installer has finished, visit `http://localhost/silverstripe`. You should see your new SilverStripe site's
|
||||||
home page.
|
home page.
|
||||||
|
Loading…
Reference in New Issue
Block a user