8000 GitHub - mantil-io/mantil at v0.2.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mantil-io/mantil

Repository files navigation

Setting development environment

Prerequisites

mantil-io Github account, and configured Github access.

Configured AWS cli access to AWS account atoz.technology (477361877445).

Repo and toolset

cd ~
mkdir mantil-io
cd mantil-io
git clone git@github.com:mantil-io/mantil.git
cd mantil
cd scripts
brew bundle
cd ..

Build

To build mantil cli from the repo root run:

scripts/build-cli.sh

Binary will be located into $(go env GOPATH)/bin add that to jour PATH. Default Go location for GOPATH is ~/home/go so binary will be in ~/home/go/bin. Add something like export PATH=$PATH:$(go env GOPATH)/bin to you shell config.

To build mantil cli and deploy node functions run:

scripts/deploy.sh

About

Build your AWS Lambda-based Go backends quicker than ever

Topics

Resources

License

Stars

Watchers

Forks

Contributors 5

0