Aller directement au contenu
  • VM PixelFed (Update)

    Announcements update pixelfed
    6
    0 Votes
    6 Messages
    177 Vues
    fariasF
    Update de composer : # composer self-update Upgrading to version 2.10.3 (stable channel). Use composer self-update --rollback to return to version 2.9.5 la mise à jours : # cd /www/pixelfed/pixelfed # systemctl stop pixelfed # composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader Composer plugins have been disabled for safety in this non-interactive session. Set COMPOSER_ALLOW_SUPERUSER=1 if you want to allow plugins to run as root/super user. Do not run Composer as root/super user! See https://getcomposer.org/root for details Installing dependencies from lock file Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating optimized autoload files Class App\Rules\WebFinger located in ./app/Rules/Webfinger.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping. 85 packages you are using are looking for funding. Use the `composer fund` command to find out more! root@insta:/www/pixelfed/pixelfed# composer dump-autoload --optimize Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? yes Generating optimized autoload files Class App\Rules\WebFinger located in ./app/Rules/Webfinger.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping. > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover --ansi INFO Discovering packages. buzz/laravel-h-captcha ...................................................................................................................... DONE intervention/image-laravel .................................................................................................................. DONE jenssegers/agent ............................................................................................................................ DONE laravel-notification-channels/expo .......................................................................................................... DONE laravel-notification-channels/webpush ....................................................................................................... DONE laravel/horizon ............................................................................................................................. DONE laravel/pulse ............................................................................................................................... DONE laravel/tinker .............................................................................................................................. DONE laravel/ui .................................................................................................................................. DONE livewire/livewire ........................................................................................................................... DONE nesbot/carbon ............................................................................................................................... DONE nunomaduro/termwind ......................................................................................................................... DONE pbmedia/laravel-ffmpeg ...................................................................................................................... DONE pixelfed/laravel-snowflake .................................................................................................................. DONE spatie/laravel-backup ....................................................................................................................... DONE spatie/laravel-image-optimizer .............................................................................................................. DONE spatie/laravel-signal-aware-command ......................................................................................................... DONE stevebauman/purify .......................................................................................................................... DONE Generated optimized autoload files containing 10045 classes # php artisan config:cache INFO Configuration cached successfully. # php artisan route:cache INFO Routes cached successfully. # php artisan migrate --force INFO Nothing to migrate. # chown -R pixelfed:pixelfed /www/pixelfed/pixelfed/ # systemctl start pixelfed