symfony-cmf
發表於 : 2013-09-14 09:50:06
STEP1
root@nas:/var/www/test# composer create-project symfony-cmf/standard-edition symfony-cmf
[InvalidArgumentException]
Could not find package symfony-cmf/standard-edition with stabilit
y stable.
create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist] [--repository-url="..."] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [package] [directory] [version]
-----------------------------------------------
STEP2
root@nas:/var/www/test# git clone git://github.com/symfony-cmf/symfony-cmf-standard.git symfony-cmf
Initialized empty Git repository in /var/www/test/symfony-cmf/.git/
remote: Counting objects: 884, done.
remote: Compressing objects: 100% (412/412), done.
remote: Total 884 (delta 383), reused 844 (delta 355)
Receiving objects: 100% (884/884), 289.75 KiB | 143 KiB/s, done.
Resolving deltas: 100% (383/383), done.
-------------------------
STEP3
root@nas:/var/www/test/symfony-cmf# composer update
Loading composer repositories with package information
The "https://packagist.org/packages.json" file could not be downloaded (HTTP/1.1 502 Bad Gateway)
https://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
Updating dependencies (including require-dev)
[Composer\Downloader\TransportException]
The "http://packagist.org/p/twig/extensions$ ... eeaeed03e3
8f91306ca05965f8dfdd5608a67d9281e32a5921dc3.json" file could not
be downloaded (HTTP/1.1 502 Bad Gateway)
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]
root@nas:/var/www/test# composer create-project symfony-cmf/standard-edition symfony-cmf
[InvalidArgumentException]
Could not find package symfony-cmf/standard-edition with stabilit
y stable.
create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist] [--repository-url="..."] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [package] [directory] [version]
-----------------------------------------------
STEP2
root@nas:/var/www/test# git clone git://github.com/symfony-cmf/symfony-cmf-standard.git symfony-cmf
Initialized empty Git repository in /var/www/test/symfony-cmf/.git/
remote: Counting objects: 884, done.
remote: Compressing objects: 100% (412/412), done.
remote: Total 884 (delta 383), reused 844 (delta 355)
Receiving objects: 100% (884/884), 289.75 KiB | 143 KiB/s, done.
Resolving deltas: 100% (383/383), done.
-------------------------
STEP3
root@nas:/var/www/test/symfony-cmf# composer update
Loading composer repositories with package information
The "https://packagist.org/packages.json" file could not be downloaded (HTTP/1.1 502 Bad Gateway)
https://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
Updating dependencies (including require-dev)
[Composer\Downloader\TransportException]
The "http://packagist.org/p/twig/extensions$ ... eeaeed03e3
8f91306ca05965f8dfdd5608a67d9281e32a5921dc3.json" file could not
be downloaded (HTTP/1.1 502 Bad Gateway)
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]