Dolibarr ERP & CRM: Difference between revisions
imported>SCOTT-HAMILTON Created page with "Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity . Configuration is handled using the {{nixos:option|services.dolibarr.}} options...." |
imported>SCOTT-HAMILTON No edit summary |
||
Line 83: | Line 83: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
== Development == | |||
The {{nixos:option|services.dolibarr.preInstalled}} option is made possible by automatically filling the install page form and then dumping the dolibarr database to a file. The dolibarr nixosTests is made for that (and to test if dolibarr still works obviously). To generate a new dump for a preinstalled database, just run: | |||
<pre> | |||
$ nix-build -A nixosTests.dolibarr | |||
$ file result/result/dolibarr-db.sql | |||
</pre> | |||
The dump file will be stored in <code>./result/dolibarr-db.sql</code> | |||
== See more == | == See more == |