Add Demo data into my softaculous installation

I managed to install Gibbon using softaculous but I’d like to add the Demo data in order to better understand how Gibbon works.
Is it possible? How?
Thanks.

Hi Osmosi,

The demo data can be found in a file called gibbon_demo.sql in your Gibbon root folder. If you use an SQL tool or CLI command to import the sql file, you should be able to see the demo data. For example, the following command can be used to load an sql file, be sure to change the file path, username password and database name:

`mysql --host=localhost -uroot -proot gibbon-demo < ~/path/to/gibbon_demo.sql`
```


Be sure to take a database backup before importing, should you want to revert to a blank slate after testing out the demo data.