# Installation
# Requirements
- Ruby on Rails >= 6.0
- Ruby >= 2.7
# Installing Avo
- Add
gem 'avo'
to yourGemfile
- Run
bundle install
. - Run
bin/rails generate avo:install
to generate the initializer and add Avo to theroutes.rb
file. - Generate an Avo Resource
OR
Run this command inside your rails app.
rails app:template LOCATION='https://avohq.io/app-template'
# 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.