Revert deployment strategy (#230)
* revert deployment changes * update docker and compose for previous deployment * minor readme update * use package instead of install this avoids exploding war file in tomcat but seems to be missing overlays for VIVO theme * test docker workflow * test deploy workflow * add package profile for home * skip deploy for installer * skip installer by profile * update workflows * minor readme update * use app-name for vivo log file name * Update log4j.properties Co-authored-by: William Welling <wwelling@library.tamu.edu>
This commit is contained in:
parent
47fb4fdc05
commit
d00d7de585
17 changed files with 359 additions and 168 deletions
|
@ -37,13 +37,13 @@ RESET_CORE=false
|
|||
```
|
||||
|
||||
- `LOCAL_VIVO_HOME`: VIVO home directory on your host machine which will mount to volume in docker container.
|
||||
- `RESET_HOME`: Convinience to reset VIVO home when starting container. **Caution** will delete local configuration, content, and configuration model.
|
||||
- `RESET_CORE`: Convinience to reset VIVO Solr core when starting container. **Caution** will require complete reindex.
|
||||
- `RESET_HOME`: Convinience to reset VIVO home when starting container. **Caution**, will delete local configuration, content, and configuration model.
|
||||
- `RESET_CORE`: Convinience to reset VIVO Solr core when starting container. **Caution**, will require complete reindex.
|
||||
|
||||
Build and start VIVO.
|
||||
|
||||
```
|
||||
mvn clean install
|
||||
mvn clean package -s installer/example-settings.xml
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue