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
I configured a Php 7.0 LAMP stack on Ubuntu 16.04 and tried to setup the instance but get an error.
And here's how I configured the server
$ tasksel lamp-stack $ sudo apt install php7.0 libapache2-mod-php7.0 php7.0-mysql imagemagick $ # created sites-enabled file in apache2 config $ mysql -u root -p mysql> GRANT ALL PRIVILEGES ON *.* TO 'carsinbikelanes'@'localhost' IDENTIFIED BY 'REDACTED'; Query OK, 0 rows affected, 1 warning (0.00 sec) mysql> ^DBye $ cd /var/www/html/ $ git clone https://github.com/infinitesunrise/carsinbikelanes $ sudo systemctl restart apache2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I configured a Php 7.0 LAMP stack on Ubuntu 16.04 and tried to setup the instance but get an error.
And here's how I configured the server
The text was updated successfully, but these errors were encountered: