mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-12-24 04:21:06 -05:00
Add PHP composer global installation for DevContainer
Updated composer commands to require google/cloud-storage globally and optimized autoloader during update. This helps with https://github.com/PrivateBin/PrivateBin/issues/1641 (but technically not solve it).
This commit is contained in:
parent
1fbaba732e
commit
f9630e7e6c
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ ln -s ./conf.sample.php cfg/conf.php
|
|||
composer install --no-dev --optimize-autoloader
|
||||
|
||||
# for PHP unit testing
|
||||
# composer require google/cloud-storage
|
||||
# composer install --optimize-autoloader
|
||||
composer require --global google/cloud-storage
|
||||
|
||||
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue