This file contains 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
version: "3.3" | |
# make sure that docker machine has enough memory to run the cluster. | |
# setting it up to 4GB seems to work. | |
services: | |
cassandra-seed: | |
image: cassandra:latest | |
# ports: |
This file contains 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
lazy val resurrectDb = taskKey[Unit]("Resurrect database from schema file") | |
val filter: ScopeFilter = | |
ScopeFilter( | |
inProjects( core ), | |
inConfigurations( IntegrationTest), | |
inTasks(compile) | |
) |
This file contains 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
chmod 0000 /Applications/Dropbox.app/Contents/Resources/*.tgz | |
chflags uchg /Applications/Dropbox.app/Contents/Resources/*.tgz |