Skip to content

101skills-gmbh/metabase-scalingo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metabase

Deploying Metabase to Scalingo

Based on https://github.com/Scalingo/metabase-scalingo.

Configuring the Application Deployment Environment

The following environment variables are available for you to adjust, depending on your needs:

Name Description Default value
BUILDPACK_URL URL of the buildpack to use. https://github.com/Scalingo/multi-buildpack.git
DATABASE_URL URL of your database addon. Only available if you have a database addon provisioned. Provided by Scalingo
MAX_METASPACE_SIZE Maximum amount of memory allocated to Java Metaspace1. 512m (512MB)

Metabase also supports many environment variables.

Updating Metabase on Scalingo

To upgrade to the latest version of Metabase, you only need to redeploy it, this will retrieve the latest version avaible on the Metabase buildpack.

Updating After Deploying Using Scalingo's Command Line Tool

$ cd metabase-scalingo
$ git pull origin master
$ git push scalingo master

Footnotes

  1. See https://wiki.openjdk.org/display/HotSpot/Metaspace for further details about Java Metaspace.

About

Deploy Metabase on Scalingo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.4%
  • Procfile 0.6%