Lazypower Rails

  • By Charles Butler
Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 14.04
latest/edge 1 19 Mar 2021
Ubuntu 14.04
juju deploy lazypower-rails
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • deploy_key | string

    A deploy key is an SSH key that is stored on the server and grants access to a repository (git only).

  • env | string

    List of environment variables (e.g. SECRET_TOKEN=secret_token). These variables will override those which were set by Rack charm (like DATABASE_URL, REDIS_URL)

  • extra_packages | string

    Extra packages to install before bundle install

  • rack_env | string

    Default: production

    Both RACK_ENV and RAILS_ENV environment variables.

  • repo | string

    Application repository URL

  • revision | string

    Default: HEAD

    The revision to be checked out. This can be symbolic, like HEAD or it can be a source control management-specific revision identifier.

  • scm_provider | string

    Default: git

    The name of the source control management provider to be used (git or svn).

  • svn_password | string

    The user name for a user that has access to the Subversion repository (svn only).

  • svn_username | string

    The password for the user that has access to the Subversion repository (svn only).