InsiderPhD / Generic-University

Vulnerable API
385 stars 102 forks source link

Installation issue #11

Closed fusionsec closed 4 years ago

fusionsec commented 4 years ago

Hello,

I'm using the Kali linux setup guide for Kali Linux 2020. At root@kali:/ Generic-University/ using command "composer update" I get response "bash: composer: command not found." Under the docker-compose help update is not listed as a command. I ran curl -sS https://getcomposer.org/installer | php -- --check - All settings correct for using Composer

The Generic-U database has been created, and change to the .env.example file has been completed.

Also in root@kali:/ Generic-University using command "php artisan migrate" the response is:

PHP Warning: require(/root/Generic-University/vendor/autoload.php): failed to open stream: No such file or directory in /root/Generic-University/artisan on line 18 PHP Fatal error: require(): Failed opening required '/root/Generic-University/vendor/autoload.php' (include_path='.:/usr/share/php') in /root/Generic-University/artisan on line 18

root@kali:~# php --version PHP 7.4.5 (cli) (built: Jun 3 2020 20:55:00) ( NTS )

Is there something I missed during the install?

Thanks.