Use md format

This commit is contained in:
Laurent Destailleur 2023-03-16 12:31:22 +01:00
parent b2afcad3f5
commit 15fcf43d39

View File

@ -1,13 +1,14 @@
README README
------ ======
Scripts in this directory can be used to reload or save a demo database. Scripts in this directory can be used to reload or save a demo database.
Install of package "dialog" is required. Install of package "dialog" is required.
*** Init demo Init demo
-------------
The script initdemo.sh will erase current database with data into mysqldump_dolibarr_x.y.z.sql and copy files into documents_demo into officiel document directory. The script initdemo.sh will erase current database with data intodev/initdemo/mysqldump_dolibarr_x.y.z.sql and copy files into documents_demo into officiel document directory.
Do a chmod 700 initdemo.sh Do a chmod 700 initdemo.sh
then run ./initdemo.sh to launch Graphic User Interface. then run ./initdemo.sh to launch Graphic User Interface.
@ -18,11 +19,13 @@ or
- admin / adminadmin - admin / adminadmin
*** Save demo Save demo
-------------
The script savedemo.sh will save current database into a database dump file. The script savedemo.sh will save current database into a database dump file.
*** Update demo Update demo
-------------
The goal of script updatedemo.php is to update dates into the demo data so samples are up to date. The goal of script updatedemo.php is to update dates into the demo data so samples are up to date.