Last active
July 28, 2016 13:45
-
-
Save folkengine/1b99a006c068bf0751a8 to your computer and use it in GitHub Desktop.
Dynamo Local
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
[chris@Christophers-MacBook-Pro ~]$ brew install dynamodb-local | |
==> Downloading https://dynamodb-local.s3.amazonaws.com/dynamodb_local_2016-03-01.tar.gz | |
######################################################################## 100.0% | |
==> Caveats | |
DynamoDB Local supports the Java Runtime Engine (JRE) version 6.x or | |
newer; it will not run on older JRE versions. | |
In this release, the local database file format has changed; | |
therefore, DynamoDB Local will not be able to read data files | |
created by older releases. | |
Data: /usr/local/var/data/dynamodb-local | |
Logs: /usr/local/var/log/dynamodb-local.log | |
To have launchd start dynamodb-local at login: | |
ln -sfv /usr/local/opt/dynamodb-local/*.plist ~/Library/LaunchAgents | |
Then to load dynamodb-local now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.dynamodb-local.plist | |
Or, if you don't want/need launchctl, you can just run: | |
/usr/local/bin/dynamodb-local | |
==> Summary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment