Skip to content

Commit

Permalink
Merge 8.68 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
remarq committed Dec 31, 2021
2 parents bf3faef + 34b0498 commit fddcd47
Show file tree
Hide file tree
Showing 237 changed files with 2,173 additions and 4,507 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ See doc/toDo.txt

See doc/install.txt

Configuration
---
###Logging levels
`logs/antwebInfo.log` is configured to show `INFO` and above in production, and `DEBUG` in development.

The `JAVA_OPTS=-Dlogging.level` system property controls the level. If not provided, the level defaults to `INFO`.
It is set in `docker-compose.dev.yml` for development environments.



Installation
---
[Docker Engine](https://docs.docker.com/engine/install/)
Expand Down Expand Up @@ -172,7 +182,8 @@ An external docker volume prevents it from being removed unintentionally. From t
> Caddy stores TLS certificates, private keys, OCSP staples, and other necessary information to the data directory. It should not be purged without an understanding of the implications.
```bash
docker volume create antweb_caddy_data```
docker volume create antweb_caddy_data
```

Running
---
Expand All @@ -194,7 +205,8 @@ production: additional networking configuration

This project uses [Docker BuildKit](https://docs.docker.com/develop/develop-images/build_enhancements/) for some non-backwards compatible features.

Before building the containers, set the following environment variables:
Before building the containers, set the following environment variables (you can put the lines in `~/.bashrc`
to set them automatically):

```bash
export DOCKER_BUILDKIT=1
Expand Down
1 change: 0 additions & 1 deletion WEB-INF/classes/AntwebResources.properties

This file was deleted.

1 change: 0 additions & 1 deletion WEB-INF/classes/log4j.properties

This file was deleted.

50 changes: 0 additions & 50 deletions WEB-INF/struts-configDbAntTest.xml

This file was deleted.

248 changes: 0 additions & 248 deletions bin/appCheck.php

This file was deleted.

22 changes: 0 additions & 22 deletions bin/batch.sh

This file was deleted.

Loading

0 comments on commit fddcd47

Please sign in to comment.