Skip to content

Commit

Permalink
Provide whole structure
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Jan 6, 2025
1 parent 1006ae2 commit f003ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/files/collection-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ echo "Processing Archive: $param. Mounted at ${SEARCH_ROOT_DIR}. Time for coffer
create_collection () {
mkdir -p ${COLLECTION_PATH}/archive
mkdir -p ${COLLECTION_PATH}/indexes
mkdir -p ${COLLECTION_PATH}/acl
mkdir -p ${COLLECTION_PATH}/templates
mkdir -p ${COLLECTION_PATH}/static
# Following two dirs are not used yet, but we can create them for future use to split logs and temporary index files from collection root.
mkdir -p ${COLLECTION_PATH}/logs
mkdir -p ${COLLECTION_PATH}/tmp
Expand Down

0 comments on commit f003ed6

Please sign in to comment.