# Installation
# Requirements
- Ruby on Rails >= 6.0
- Ruby >= 2.6
# Installing Avo
- Add
gem 'avo'to yourGemfile - Run
bundle install. - Run
bin/rails generate avo:installto generate the initializer and add Avo to theroutes.rbfile. - Generate an Avo Resource
# Next steps
Please follow the next steps to ensure your app is safely secured and you have access to all the features you need.
- Set up authentication and tell Avo who is your
current_user. This step is required for the authorization feature to work. - Set up authorization. Don't let your data be exposed. Give users access to the data they need to see.
- Set up licensing.