Skip to content
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

Issue setting up instance #66

Open
dschep opened this issue Dec 16, 2017 · 0 comments
Open

Issue setting up instance #66

dschep opened this issue Dec 16, 2017 · 0 comments

Comments

@dschep
Copy link

dschep commented Dec 16, 2017

I configured a Php 7.0 LAMP stack on Ubuntu 16.04 and tried to setup the instance but get an error.
screenshot from 2017-12-16 13-23-34

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant