File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,21 @@ build: false
44clone_folder : C:\projects\static-ldp
55
66init :
7- - SET PATH=C:\Program Files\OpenSSL;c :\tools\php;%PATH%
7+ - SET PATH=C:\Program Files\OpenSSL;C :\tools\php;%PATH%
88 - SET COMPOSER_NO_INTERACTION=1
99
1010install :
1111 - ps : Set-Service wuauserv -StartupType Manual
12+ - cinst -y OpenSSL.Light
1213 - cinst -y php
13- - cd c:\tools\php71
14+ - cd c:\tools\php
1415 - copy php.ini-production php.ini
1516 - echo date.timezone="UTC" >> php.ini
17+ - echo extension=php_curl.dll >> php.ini
1618 - echo extension_dir=ext >> php.ini
19+ - echo extension=php_fileinfo.dll >> php.ini
1720 - echo extension=php_openssl.dll >> php.ini
1821 - echo extension=php_mbstring.dll >> php.ini
19- - SET PATH=C:\tools\php71;%PATH%
2022 - cd c:\projects\static-ldp
2123 - php -r "readfile('http://getcomposer.org/installer');" | php
2224 - php composer.phar install --prefer-source --no-interaction
You can’t perform that action at this time.
0 commit comments