Skip to content

Add composer to the stack - #2

Open
pavelito wants to merge 3 commits into
jrodriguezjr:masterfrom
pavelito:master
Open

Add composer to the stack#2
pavelito wants to merge 3 commits into
jrodriguezjr:masterfrom
pavelito:master

Conversation

@pavelito

Copy link
Copy Markdown

No description provided.

@evanplaice

Copy link
Copy Markdown

The composer install can be simplified to one command (ie moving the file is not required)

  exec { 'download-composer':
    command => 'curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer'
  }

Also, sudo is required to write to /usr/local/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants