Skip to content

Commit

Permalink
Update configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jan 3, 2025
1 parent 6e98ab1 commit d38782e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 229 deletions.
27 changes: 2 additions & 25 deletions doc/conf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,11 @@ Sample `Varnish` configuration file

## LedgerSMB configuration files

One of these should be copied into the ledgersmb install directory unless the
location is overridden with an environment variable.

* `ledgersmb.conf.default`
a "normal" configuration, it uses the bundled built `Dojo` and is the preferred configuration
* `ledgersmb.conf.unbuilt-dojo`

If installing using a tarball or system package, this file should only be used.

If local changes to any of our `Dojo`, `Javascript`, or `HTML` resources are made.

However if running from a git or other source install, then you will either need
to run with unbuilt-dojo (`src`) or pull in our submodules and build our `Dojo` target.

__WARNING:__ Running with unbuilt `Dojo` will have a noticeable performance
reduction in most cases.
The file `ledgersmb.yaml` should be copied into the ledgersmb install directory
unless the location is overridden with an environment variable.

## Other Files

* `README.md`
This readme file of course ;-)

## Testing infrastructure files

These files are not for normal use,
they are intended for use on the `travis-ci` testing servers

* `ledgersmb.conf.travis-ci`
`ledgersmb.conf` file configured for running tests on `travis`
* `nginx-travis.conf`
httpd configuration file configured for running tests on `travis`
96 changes: 0 additions & 96 deletions doc/conf/ledgersmb.conf.default

This file was deleted.

50 changes: 0 additions & 50 deletions doc/conf/ledgersmb.conf.travis-ci

This file was deleted.

58 changes: 0 additions & 58 deletions doc/conf/webserver/nginx-travis.conf

This file was deleted.

0 comments on commit d38782e

Please sign in to comment.