Open plepe opened 5 years ago
Could you describe your problems? I'll try to install it myself, but not today :)
Thank you for getting back on this. I downloaded and extracted the files in a folder under my htdocs directory, and then ran index.php from localhost/[folder]/index.php with Apache and MySQL running. I got error messages and don't know how to address them. I assume one has to build the installation in some way?
The instruction on the site say:
git clone https://github.com/plepe/openstreetbrowser.git cd openstreetbrowser npm install composer install git submodule init git submodule update cp conf.php-dist conf.php nano conf.php npm run build modulekit/build_cache bin/download_dependencies
How do I run this on my own server or how else would I install it correctly?
Please post the error messages. What OS are you using? At least you need the following applications installed: nodejs, composer, git.
See also here: https://github.com/plepe/OpenStreetBrowser/blob/master/doc/INSTALL.md
Originally posted by @Aureuum in https://github.com/plepe/OpenStreetBrowser/issues/99#issuecomment-476825939:
I tried to install it on my localhost XAMPP server, but didn't work, and I only see installation instructions for Ubuntu here. How does one install it on a Linux or XAMPP server?