README 698 B

12345678910111213141516171819202122232425262728
  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. After loading the demo files, admin login may be:
  10. - admin / admin
  11. or
  12. - admin / adminadmin
  13. *** Save demo
  14. The script savedemo.sh will save current database into a database dump file.
  15. *** Update demo
  16. The goal of script updatedemo.php is to update dates into the demo data so samples are up to date.