mirsch / lab2gpx

GNU General Public License v3.0
26 stars 22 forks source link

Installation guide #95

Closed theyoungstone closed 2 years ago

theyoungstone commented 2 years ago

Is there somewhere an installation guide, with requirements, to install a lab2gpx on another server? Regards,

chris2286266 commented 2 years ago

git clone ... composer install configure the "key"

that's it ;-)

theyoungstone commented 2 years ago

git clone ... --> done composer install --> done configure the "key" --> I don't know what to do. I have no config.local.php file into lab2gpx directory and I don't find any template.

mirsch commented 2 years ago

create a file called config.local.php the same directory as index.php content of this file should be

<?php
$config['CONSUMER_KEY'] = 'THE-TOP-SECRET-CONSUMER-KEY';

replace THE-TOP-SECRET-CONSUMER-KEY with a valid consumer key

theyoungstone commented 2 years ago

Thank you So I have to find a consumer key. I don't know how it works. I will search on geocaching.com Thank you again Regards,