Closed Legolash2o closed 5 years ago
Seems like you have a broken phantomjs.
What does phantomjs --version
say?
It wouldn't display as it couldn't find a screen ("X") to display.
I removed phantomjs and then reinstalled after running:
sudo apt-get install build-essential chrpath sudo apt-get install libfreetype6 libfreetype6-dev sudo apt-get install libfontconfig1 libfontconfig1-dev phantomjs
Now it works apart from a few undefined is not a function jQuery error message.
Ah that's because Ubuntu's phantomjs is a bit broken and is built to require X for some silly reason.
Hi, I've installed the latest Ubuntu release (18.04) and when running the "bundle exec rake test:db", I keep getting thrown the error below for each test.
I followed the guide to the letter. I did have to update gems as the "make" commands didn't work. https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md