Closed aaronjorbin closed 6 years ago
[what is the bug or issue?] ./bin/northstack auth:login my@northstack-username.com
following the instructions in the readme, after running ./bin/install.sh I tried to create a login and was given the error message Can't find autoload
Can't find autoload
I expected to get a login token
Should the install script also include a composer install?
composer install
I updated the docs, after running the install script you just want to run. northstack auth:login the docker build ran composer install.
northstack auth:login
[what is the bug or issue?] ./bin/northstack auth:login my@northstack-username.com
Process to Recreate
following the instructions in the readme, after running ./bin/install.sh I tried to create a login and was given the error message
Can't find autoload
Expected vs Current result
I expected to get a login token
Possible Fix
Should the install script also include a
composer install
?