Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 1.79 KB

Heroku_Deployment.md

File metadata and controls

39 lines (21 loc) · 1.79 KB

Themis Deployment Guide for Heroku

Thanks for using Themis, below is the 11 step list to getting it working!

  1. Deploy

  2. On the configuation page enter a unique name for the application and input the variables listed on the page. (If you are not using a looker.ini file for Looker authentication, you will need to input values for the 3 LOOKERSDK config vars). Below is an example of the process using fake values

  1. Confirm all the deployment steps were succesful. Click on Manage App

The application is now built successfulyl and deployed on the Heroku server!


You can now add a Scheduler add-on to control the application run. Below are the steps covering one of the available scheduling add-on for heroku.

  1. Click Configure Add-ons ➡

  2. Search for "heroku scheduler" and select it

  3. Select the "Standard - Free Plan" and click Provision

  4. You should see a notification the page: The add-on scheduler has been installed. Check out the documentation in its Dev Center article to get started. Below will be the list of add-ons. Click on the Heroku Scheduler

  5. Once on the page for the scheduler, click Create Job

⚠️ Select a time where your instance is not busy so the Themis processes are not impacting your Looker users

Congratulation, you have now deployed and scheduled Themis to run.