6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd /var/app
|
|
curl -sS https://getcomposer.org/installer | php
|
|
./composer.phar install --no-dev --ignore-platform-reqs
|