diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-12-07 19:42:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-12-07 19:42:48 +0100 |
commit | 2f9ba6e0177dbf641c459a7d89528ed561bff6f8 (patch) | |
tree | ee80609fd5aec8daef96bd8cfbe1d41d13eba3e1 /README.md | |
parent | d791825123607e1aa43268521c6204ec16f12868 (diff) |
switch to internal station database; add out-of-service stations for old journeys1.28.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,7 @@ however this method is untested. In the project root directory (where `cpanfile` resides), run ``` -carton install +carton install --deployment ``` and set `PERL5LIB=.../local/lib/perl5` before executing any travelynx @@ -87,6 +87,7 @@ or not. ``` git pull +carton install --deployment # if you are using carton: update dependencies chmod -R a+rX . # only needed if travelynx is running under a different user if perl index.pl database has-current-schema; then systemctl reload travelynx |