TEXT   67
README.md
Guest on 28th June 2022 09:58:27 AM


  1. # How to use it ?
  2.  
  3. The docker-compose.yml file is used to build and run Dolibarr in the current workspace.
  4. This docker image intended for developpement usage.
  5. For production usage you should consider other contributor reference like https://hub.docker.com/r/tuxgasy/dolibarr
  6.  
  7. Before build/run, define the variable HOST_USER_ID as following:
  8.  
  9.         export HOST_USER_ID=$(id -u)
  10.  
  11. Go in repository build/docker :
  12.  
  13.         cd build/docker
  14.  
  15. And then, you can run :
  16.  
  17.         docker-compose up
  18.  
  19. This will run 4 containers Docker : Dolibarr, MariaDB, PhpMyAdmin and MailDev.
  20.  
  21. The URL to go to the Dolibarr is :
  22.  
  23.         http://0.0.0.0
  24.  
  25. The URL to go to PhpMyAdmin is (login/password is root/root) :
  26.  
  27.         http://0.0.0.0:8080
  28.        
  29. In Dolibarr configuration Email let PHP mail function, To see all mail send by Dolibarr go to maildev
  30.  
  31.         http://0.0.0.0:8081
  32.  
  33. Setup the database connection during the installation process, please use mariadb (name of the database container) as database host.
  34. Setup documents folder, during the installation process, to /var/documents

Raw Paste

Login or Register to edit or fork this paste. It's free.