dolibarr.templates.futur 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. #Template: dolibarr/configuration/note
  2. #Type: note
  3. #Description: Package configuration note
  4. # Dolibarr can be and should be configured entirely via web, so, in the
  5. # following configuration steps, I'm going to prompt you for the passwords that
  6. # Dolibarr uses for web configuration and some default values for the
  7. # application startup. Then you should point your browser to the Dolibarr
  8. # setup, for example:
  9. # .
  10. # http://localhost/dolibarr/install.php
  11. # .
  12. # continue the configuration, fill the database and let Dolibarr be aware of
  13. # the installed modules.
  14. #Template: dolibarr/webserver
  15. #Type: select
  16. #Choices: Apache, Apache-ssl, Both, None
  17. #Description: Which Web Server are you running ?
  18. # Dolibarr supports any web server with PHP capabilities, but this
  19. # configuration process only supports Apache and Apache-SSL.
  20. #Template: dolibarr/db
  21. #Type: text
  22. #Description: Dolibarr DB setup note
  23. # Now you should specify the DBMS settings. You must provide the host name on
  24. # which the DBMS server is installed, the type (i.e. MySql), the DB name, the DBMS administrator user-name, etc.
  25. #Template: dolibarr/db/host
  26. #Type: string
  27. #Default: localhost
  28. #Description: Please, insert your database host name:
  29. # This should be the host-name or IP address that dolibarr will use to access
  30. # the DB.
  31. #Template: dolibarr/db/port
  32. #Type: string
  33. #Default: 3306
  34. #Description: Please, insert your database port:
  35. # This should be the port value that Dolibarr will use to access
  36. # the DB.
  37. #Template: dolibarr/db/name
  38. #Type: string
  39. #Default: dolibarr
  40. #Description: Please, insert Dolibarr database name:
  41. # This is the name of the database that Dolibarr will use.
  42. #Template: dolibarr/db/user/name
  43. #Type: string
  44. #Default: dolibarr
  45. #Description: Please, insert the DBMS user-name to access the DB:
  46. # This is the user-name that Dolibarr will use to access the DB.
  47. #Template: dolibarr/db/user/password
  48. #Type: password
  49. #Description: Please, insert the password to access the DB:
  50. # This is the password that Dolibarr will use, along with user-name you
  51. # provided, to access the DB.
  52. #Template: dolibarr/db/user/password/confirm
  53. #Type: password
  54. #Description: Please, retype the password to access the DB:
  55. # Please insert the DB access password again. If the password you are going to
  56. # retype mismatch the previous inserted one, I'll ask you to insert them again.
  57. #Template: dolibarr/db/user/password/mismatch
  58. #Type: text
  59. #Description: Passwords mismatch
  60. # The DB access passwords you inserted mismatch. Please, try again.
  61. #Template: dolibarr/db/admin/name
  62. #Type: string
  63. #Default: root
  64. #Description: Please, insert the DBMS administrator user-name:
  65. # This user-name will be used to access the DBMS to create (if needed):
  66. # .
  67. # (1) The new Dolibarr database
  68. # (2) The new database account that Dolibarr will use to access the DB
  69. # .
  70. # It should be 'root' for MySql.
  71. #Template: dolibarr/db/admin/password
  72. #Type: password
  73. #Description: Please, insert the DBMS administrator password (if any):
  74. # This is the password that will be used along with the DBMS administrator
  75. # user-name.
  76. # .
  77. # NOTE: This password will not be asked twice, since it's not a new password.
  78. Template: dolibarr/postrm
  79. Type: boolean
  80. Default: true
  81. Description: Delete database ?
  82. Delete the Dolibarr MySQL database and all its datas (datas related
  83. to this quetion are the Dolibarr DBMS account and all
  84. Dolibarr tables) ?
  85. #Template: dolibarr/postrmfile
  86. #Type: boolean
  87. #Default: true
  88. #Description: Delete attached files ?
  89. # Delete also all uploaded and generated files (datas related
  90. # to this quetion are all files found into /usr/share/dolibarr/documents,
  91. # uploaded or generated when using Dolibarr) ?