Using instructions from tilemaker to host tiles locally on Ubunut 23.04
Created croatia.mbtiles successfully but having problems hosting them.
After:
sudo apt install sqlite3 libsqlite3-dev ruby ruby-dev
sudo gem install sqlite3 cgi glug rack rackup
I have noticed that I have not server.rb, so I downloaded entire server folder
But after running: ruby server.rb croatia.mbtiles
I get
server.rb:1:in
<main>': undefined local variable or method
null' for main:Object (NameError)
What did I miss?