infinitesunrise / carsinbikelanes

A browsable geographic database for crowdsourced traffic violation reporting
GNU General Public License v3.0
64 stars 18 forks source link

Issue setting up instance #66

Open dschep opened 6 years ago

dschep commented 6 years ago

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