Skip to content

numeroai/homebrew-numero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

homebrew-numero

This is a 3rd party tap for Homebrew. It provides formulae used by the engineering team at Numero.

Installation and usage

In order to use this tap, you need to install Homebrew.

Then, to run a default installation, run:

brew tap numeroai/numero
brew install numeroai/numero/dynamodb-local

Testing

Installing the dynamodb-local formula should have set up a service to run as a background job. Running brew services list should produce some output that includes dynamodb-local like this:

➜ brew services list
Name           Status  User     File
dynamodb-local started username ~/Library/LaunchAgents/homebrew.mxcl.dynamodb-local.plist

And should be writing log files to cat /opt/homebrew/var/log/dynamodb-local.log

➜ cat /opt/homebrew/var/log/dynamodb-local.log

Initializing DynamoDB Local with the following configuration:
Port:	8000
InMemory:	false
Version:	2.5.2
DbPath:	null
SharedDb:	false
shouldDelayTransientStatuses:	false
CorsParams:	null

About

Custom homebrew formulae

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages