Skip to content

Commit

Permalink
[irods#131] Moved config directory to root of project directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Jan 26, 2022
1 parent 1b1cd15 commit f68eaf1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive \

# Provide default log4j configuration.
# This keeps log4j quiet when instructing the container to print the SHA.
ADD irods-vfs-impl/config/log4j.properties /nfsrods_config/log4j.properties
ADD config/log4j.properties /nfsrods_config/log4j.properties

ADD nfsrods.jar start.sh /
RUN chmod u+x start.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ $ docker build -t nfsrods .
```

### Configuring
There are three config files located under `/path/to/irods_client_nfsrods/irods-vfs-impl/config`:
There are three config files located under `/path/to/irods_client_nfsrods/config`:
- exports
- log4j.properties
- server.json

The first step in configuring the server is to copy these files into another location on disk like so:
```bash
$ mkdir ~/nfsrods_config
$ cp /path/to/irods_client_nfsrods/irods-vfs-impl/config/* ~/nfsrods_config
$ cp /path/to/irods_client_nfsrods/config/* ~/nfsrods_config
```
These files will be mounted into the NFSRODS docker container. This will be discussed later.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f68eaf1

Please sign in to comment.