18 Feb 2022, 21:59

So I'm following a Install guide on the web and I ran the following

curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
sudo mkdir /var/www/uvdesk
sudo chown $USER:$USER /var/www/ -R
cd /var/www/uvdesk
composer clear-cache
composer create-project uvdesk/community-skeleton helpdesk-project

Why am I following the above Because I'm a NOOB and your install instructions are not very helpful

It displays a bunch of stuff and then I think it fails on "!! Could not open input file: ./bin/console" Here's the tail end from the actual run

Run composer recipes at any time to see the status of your Symfony recipes.

Package Manager: 5 package operations

  • Configuring uvdesk/core-framework
  • Configuring uvdesk/automation-bundle
  • Configuring uvdesk/extension-framework
  • Configuring uvdesk/mailbox-component
  • Configuring uvdesk/support-center-bundle

Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!! Could not open input file: ./bin/console
!!
Script @auto-scripts was called via post-update-cmd
administrator@ubuntu-uvdesk:/var/www/DeleteMe$