Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rickhernandezio/59233f9270282ef6a1515898775657a2 to your computer and use it in GitHub Desktop.
Save rickhernandezio/59233f9270282ef6a1515898775657a2 to your computer and use it in GitHub Desktop.
Create a deploy directory for the service daemon
mkdir /opt/dynamodb
mv * /opt/dynamodb
cd /opt/dynamodb
mkdir /opt/dynamodb/data
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
chmod -R g+w ./data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment