We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After trying countless times on my own, your step by step worked like a charm - well almost.
apt-get install php7.0-bcmath
chown -R www-data:www-data /var/www/html/
This step by step got me to the end goal much quicker and much more efficiently than other times we tried on our own - thanks for the neat guide.
A few things I would add
root
mysql_secure_installation
And finally - this would be a pure bonus, but if we could get the same model using composer or git install.
Thank you again!
The text was updated successfully, but these errors were encountered:
Thank you for this.. really helped
The permissions kept on throwing errors - I had to run chown -R www-data:www-data /var/www/html/ multiple times
Sorry, something went wrong.
No branches or pull requests
After trying countless times on my own, your step by step worked like a charm - well almost.
apt-get install php7.0-bcmath
chown -R www-data:www-data /var/www/html/
multiple timesThis step by step got me to the end goal much quicker and much more efficiently than other times we tried on our own - thanks for the neat guide.
A few things I would add
root
mysql_secure_installation
And finally - this would be a pure bonus, but if we could get the same model using composer or git install.
Thank you again!
The text was updated successfully, but these errors were encountered: