Skip to content

Commit

Permalink
Updating the README with helper commands
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Jan 13, 2023
1 parent ccfef81 commit 0cb3dbc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# LocalEGA-inbox
OpenSSH dropbox, with credentials from CentralEGA and RabbitMQ notifications for file system events


To build the docker image, use:

# Create the "lega" group
getent group lega || groupadd -g 1001 lega # adjust the number if needed

# Build the image (using the above group, for access permissions)
make latest

You can run a test instance (not connected to a local broker) with:

docker-compose up -d

However, you first need to get credentials from Central EGA, and add them to the compose file.

0 comments on commit 0cb3dbc

Please sign in to comment.