Created
November 20, 2014 13:07
-
-
Save isidromerayo/b9599035d6a827509dd4 to your computer and use it in GitHub Desktop.
Test symfony installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
isidromerayo@hurhinfext16:~$ curl -LsS http://symfony.com/installer > symfony.phar | |
isidromerayo@hurhinfext16:~$ mv symfony.phar bin/ | |
isidromerayo@hurhinfext16:~$ chmod a+x bin/symfony.phar | |
isidromerayo@hurhinfext16:~$ symfony.phar | |
isidromerayo@hurhinfext16:~$ cd projects/PHP/ | |
isidromerayo@hurhinfext16:~/projects/PHP$ symfony.phar new my_project | |
Downloading Symfony... | |
4,74 MB/4,74 MB ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100% | |
Preparing project... | |
PHP Warning: rename(): The first argument to copy() function cannot be a directory in phar:///home/isidromerayo/bin/symfony.phar/vendor/raulfraile/distill/src/Distill/Distill.php on line 115 | |
PHP Stack trace: | |
PHP 1. {main}() /home/isidromerayo/bin/symfony.phar:0 | |
PHP 2. require() /home/isidromerayo/bin/symfony.phar:10 | |
PHP 3. Symfony\Component\Console\Application->run() phar:///home/isidromerayo/bin/symfony.phar/symfony:20 | |
PHP 4. Symfony\Component\Console\Application->doRun() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:124 | |
PHP 5. Symfony\Component\Console\Application->doRunCommand() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:193 | |
PHP 6. Symfony\Component\Console\Command\Command->run() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:889 | |
PHP 7. Symfony\Installer\NewCommand->execute() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:252 | |
PHP 8. Symfony\Installer\NewCommand->extract() phar:///home/isidromerayo/bin/symfony.phar/src/Symfony/Installer/NewCommand.php:57 | |
PHP 9. Distill\Distill->extractWithoutRootDirectory() phar:///home/isidromerayo/bin/symfony.phar/src/Symfony/Installer/NewCommand.php:247 | |
PHP 10. rename() phar:///home/isidromerayo/bin/symfony.phar/vendor/raulfraile/distill/src/Distill/Distill.php:115 | |
PHP Warning: rename(/tmp/1416488806546de766a7c47/Symfony,/home/isidromerayo/projects/PHP/my_project): Enlace cruzado entre dispositivos no permitido in phar:///home/isidromerayo/bin/symfony.phar/vendor/raulfraile/distill/src/Distill/Distill.php on line 115 | |
PHP Stack trace: | |
PHP 1. {main}() /home/isidromerayo/bin/symfony.phar:0 | |
PHP 2. require() /home/isidromerayo/bin/symfony.phar:10 | |
PHP 3. Symfony\Component\Console\Application->run() phar:///home/isidromerayo/bin/symfony.phar/symfony:20 | |
PHP 4. Symfony\Component\Console\Application->doRun() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:124 | |
PHP 5. Symfony\Component\Console\Application->doRunCommand() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:193 | |
PHP 6. Symfony\Component\Console\Command\Command->run() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:889 | |
PHP 7. Symfony\Installer\NewCommand->execute() phar:///home/isidromerayo/bin/symfony.phar/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:252 | |
PHP 8. Symfony\Installer\NewCommand->extract() phar:///home/isidromerayo/bin/symfony.phar/src/Symfony/Installer/NewCommand.php:57 | |
PHP 9. Distill\Distill->extractWithoutRootDirectory() phar:///home/isidromerayo/bin/symfony.phar/src/Symfony/Installer/NewCommand.php:247 | |
PHP 10. rename() phar:///home/isidromerayo/bin/symfony.phar/vendor/raulfraile/distill/src/Distill/Distill.php:115 | |
[RuntimeException] | |
Symfony can't be installed because the downloaded package is corrupted | |
or because the uncompress commands of your operating system didn't work. | |
new name [version] | |
isidromerayo@hurhinfext16:~/projects/PHP$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment