Created
November 25, 2016 16:15
-
-
Save flannon/c59d32f1fbba0c9cfd32e50ace88fe5a to your computer and use it in GitHub Desktop.
dynamodb-local-startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# After installing dynamodb-local with brew you can start it with | |
# the following command | |
# | |
java -Djava.library.path=/usr/local/Cellar/dynamodb-local/2016-05-17/libexecynamoDBLocal_lib -jar /usr/local/Cellar/dynamodb-local/2016-05-17/libexec/DynamoDBLocal.jar -port 9000 -dbPath /opt/dynamodb-local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment