commit | ca66a26a1464e1a3cf7e052dc7ea5abf8374a59b | [log] [tgz] |
---|---|---|
author | Renovate bot <renovate-bot@avm99963.com> | Fri Dec 29 22:15:13 2023 +0000 |
committer | AdriĆ Vilanova <me@avm99963.com> | Sat Dec 30 00:14:30 2023 +0000 |
tree | 1078eb6565c1632c115ca1149c34bd77f908af3b | |
parent | 0eb0c5adfe8f05dcf49d051c1c0f78e71a8609d5 [diff] |
chore: Configure Renovate Change-Id: I88d944de73a70de8efe54feb9914767b9b609209
Schedule viewer for the Barcelona subway.
ZipArchive
and PDO
classes (specifically install the PDO_SQLITE
driver)config.default.php
file to config.php
and fill in the details (you can get an API key directly from TMB here.$conf["databaseFile"]
enter the absolute path of the location where you want to save your database (including the file name). If the website is located in the /var/www/html/schedules/
folder, you can create a new files
folder there and set the variable to /var/www/html/schedules/files/gtfs.sqlite3
.cron/parsegtfs.php
script regularly to get updated information (e.g. once a week).