Installation
RubyGems
You can also install lono via RubyGems.
gem install lono
This allows you to use lono as a standalone command.
Bundler
You can also it to your Gemfile and run bundle
to install it.
gem "lono"
AWS Setup
It is strongly recommended to set up the ~/.aws/config
and ~/.aws/credentials
. Here are the AWS Docs: Set up AWS Credentials and Region for Development. This allows you to switch AWS_PROFILE
and leverage automatic AWS_PROFILE
switching based on LONO_ENV settings.
Note, if you are using AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
env variables instead, you must also set the AWS_REGION
env var.
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.