Browse Source

Forgot to use composer in install.sh

Hamilton Turner 10 years ago
parent
commit
9dac1f1d19
1 changed files with 7 additions and 1 deletions
  1. 7 1
      frameworks/PHP/lithium/install.sh

+ 7 - 1
frameworks/PHP/lithium/install.sh

@@ -1,3 +1,9 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends php nginx
+fw_depends php nginx composer
+
+PHP_HOME=${IROOT}/php-5.5.17
+${PHP_HOME}/bin/php $IROOT/composer.phar install \
+  --no-interaction --working-dir $TROOT \
+  --no-progress --optimize-autoloader 
+