To add itineraries and Point of Interests related to the Abruzzo National Park, run the pna-data.sql
sql script file in the rastapms
database.
You can use a terminal or phpmyadmin
if installed.
As a prerequisite, you must follow the installation instructions for the Rasta PMS (https://github.com/gssi/official-rasta-pms/blob/main/Install.md)
Docker has to be installed to your machine
Open a terminal in the directory where you downloaded the source code and type the following command:
```
docker exec -i mysql-db mysql -u rastapms -prastapms rastapms --default-character-set=utf8mb4 < ./pna-data.sql
```
If you are using Windows you should use the following command:
```
type .\pna-data.sql | docker exec -i mysql-db mysql -u rastapms -prastapms rastapms --default-character-set=utf8mb4
```
Rasta PMS is Open Source software released under the Apache 2.0 license.
- Sadia Azam
- Maria Giovanna Brandano
- Gianlorenzo D'Angelo
- Martina De Sanctis
- Amleto Di Salle
- Paola Inverardi
- Ludovico Iovino
- Rickson Pereira
- Claudio Pompilio
- Franco Raimondi