-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problem. #132
Comments
Hi @sreejoo - can you tell me what the permissions on your directory structure looks like? |
Please change the permissions of the install directory to one that can be writable by apache. You should never run a web app as root. Ever. Ever ever. |
Did this resolve your issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi team,
I followed the readme file to setup the application. But i am getting an error in the step 2.4) Application Settings.
In this step I am trying to generate the encryption key by using the below command
" php artisan key:generate --env=local"
But i got an error , its depicted below
PHP Warning: require(/root/downloads/snipe-it/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /root/downloads/snipe-it/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/root/downloads/snipe-it/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /root/downloads/snipe-it/bootstrap/autoload.php on line 17
and I checked there is no vendor folder in my download. Can you please help to move forward from this step.
Thanks in advance
Sreejoo
The text was updated successfully, but these errors were encountered: