README 607 B

1234567891011121314151617181920212223
  1. README
  2. ------
  3. Scripts in this directory can be used to reload or save a demo database.
  4. Install of package "dialog" is required.
  5. *** Init demo
  6. 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.
  7. Do a chmod 700 initdemo.sh
  8. then run ./initdemo.sh to launch Graphic User Interface.
  9. *** Save demo
  10. The script savedemo.sh will save current database into a database dump file.
  11. *** Update demo
  12. The goal of script updatedemo.php is to update dates into the demo data so samples are up to date.