dolibarr/dev/initdemo
2025-10-02 02:17:55 +02:00
..
documents_demo Nicer page of widget setup 2021-04-15 13:22:03 +02:00
.gitignore Can add sql action after an initdemo 2021-04-30 11:13:24 +02:00
initdemo.sh Fix initdemo 2024-11-27 16:37:14 +01:00
initdemopassword.sh Fix can disable port on command line 2024-02-25 22:01:20 +01:00
mysqldump_dolibarr_3.5.0.sql Remove non official tables 2025-03-25 18:44:38 +01:00
mysqldump_dolibarr_22.0.0.sql Fix default language in demo. 2025-10-02 02:17:21 +02:00
README.md Fix initdemo 2024-11-27 16:37:14 +01:00
removeconfdemo.sh Qual: Ignore most shellcheck annotations, fix some (#27452) 2024-01-12 21:03:08 +01:00
savedemo.sh Prepare v22 2025-07-10 16:34:55 +02:00
sftpget_and_loaddump.php exit code must be >= 0 (#35311) 2025-09-12 02:29:23 +02:00
updatedemo.php exit code must be >= 0 (#35311) 2025-09-12 02:29:23 +02:00

README

The scripts in this directory can be used to reload or save a demo database. The package dialog is required.

Init demo

The script initdemo.sh will erase the current database with data from dev/initdemo/mysqldump_dolibarr_x.y.z.sql and copy files from documents_demo to the official document directory.

You may need to execute chmod 700 initdemo.sh then run ./initdemo.sh to launch the Graphical User Interface.

After loading the demo files, the admin login may be one of the following:

  • admin / admin or
  • admin / adminadmin

Update demo

The goal of the script dev/initdemo/updatedemo.php is to update the dates in the demo data so that samples are up to date.

Save demo

The script dev/initdemo.savedemo.sh will save the current database into a database dump file.