Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Database Scripts

This section stores a few simple scripts to initialise the database used by the Bus2Go application, from where the basic data for transit is stored. For the moment, the data is from the STM and Exo.

Usage

If you are using Windows, enable permission to run powershell scripts.

For linux users, ensure the script is executable by running:

chmod u+x initall.sh

** The script for linux should be ran under bash. Before using the script for linux, be sure to initialise the right $path and $project variables either inside the initall.sh.**

Syntax

To initialise all the databases, run this command (for windows):

./initall.ps1 [<agency-name>] [--no-download | -help]

or this command (for linux):

./initall.sh [<agency-name>] [--no-download | --help]

The --no-download flag is used to only initialise the databases, without downloading the required data (assuming that they have already been downloaded).