Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 808 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 808 Bytes

ActiveAdmin project generator

⚠️ Unmaintained ⚠️

Sorry, but I no longer work on ActiveAdmin often enough to justify mantaining this gem. Take it as it is. If you are interested to update and maintain the gem, please let me know! ❤️

Usage

gem install activeadmin-generator
activeadmin-generate new my_app

Default configurations

export AMAZON_ACCESS_KEY_ID=''
export AMAZON_SECRET_ACCESS_KEY=''
export AMAZON_DEFAULT_BUCKET_LOCATION='EU' # EU and US supported
export HEROKU_USERNAME=''
export HEROKU_PASSWORD=''
export HEROKU_COLLABORATORS='[email protected], [email protected]'
export ERRBIT_URL='http://errbit.yourhost.com'
export ERRBIT_EMAIL=''
export ERRBIT_PASSWORD=''
export ERRBIT_COLLABORATORS='4f991e12cc9cb10008000001, 4f99204fcc9cb1000b00000a'