Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yurkinx/841ad98f8f9d761f750b to your computer and use it in GitHub Desktop.
Save yurkinx/841ad98f8f9d761f750b to your computer and use it in GitHub Desktop.

Revisions

  1. @asugai asugai revised this gist Sep 25, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Install composer on Amazon AMI running on EC2
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    $ cd ~
    $ sudo curl -sS https://getcomposer.org/installer | sudo php
    $ sudo mv composer.phar /usr/local/bin/composer
    $ sudo ln -s /usr/local/bin/composer /usr/bin/composer

    then you can run
    $ composer install
    $ sudo composer install
  2. @asugai asugai created this gist Sep 25, 2013.
    6 changes: 6 additions & 0 deletions Install composer on Amazon AMI running on EC2
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    $ cd ~
    $ sudo curl -sS https://getcomposer.org/installer | sudo php
    $ sudo mv composer.phar /usr/local/bin/composer

    then you can run
    $ composer install