question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Deploying to Heroku

See original GitHub issue

There probably needs to be more documentation on how to deploy to heroku. I’ve added a deploy button in https://github.com/golastmile/rasa_nlu/pull/89 and upon attempting to deploy, I now have to or have the option to fill in the following.

  • RASA_TOKEN (token for validating requests)
    • This is automatically generated, but what is this used for? Do I need to look up this value later?
  • RASA_BACKEND (which backend to use)
  • RASA_PATH (where to save models)
    • Am I generating these models? Do I need to back these up?
  • RASA_LOGDIR (where to save logs)
    • Fine as is. Could talk more about what is being logged.
  • RASA_MITIE_FILE (file containing mitie feature extractor)
    • If I’m using spacy_sklearn for my backend, why is this still required?
  • RASA_SERVER_MODEL_DIR (dir containing model which should be used to process requests)
  • AWS_SECRET_ACCESS_KEY (secret key for S3 access)
    • What permissions are required for uploading? Just PutObject or something else?
  • AWS_ACCESS_KEY_ID (key id for S3 access)
    • What permissions are required for uploading? Just PutObject or something else?
  • BUCKET_NAME (name of s3 bucket)
    • Is there a specific directory structure for the s3 bucket?
  • AWS_REGION (aws region of S3 bucket)
    • Fine as is.

There probably should be another document such as deploying-to-heroku.md or deploy/heroku.md explaining what each variable does.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
beamercolacommented, Apr 16, 2017

@alvin-reyes oh awesome. could you share how you set it up?

1reaction
alvin-reyescommented, Apr 16, 2017

Hi everyone. What dyno do we need to get RASA up and running? I tried deploying RASA in a free tier and it seems to work as expected.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Six Strategies for Deploying to Heroku
The question is: How do you know which method is the "best" method for your team? In this post, we'll present six of...
Read more >
20 Heroku Interview Questions and Answers - CLIMB
1. What are the main benefits of using Heroku? · 2. Can you explain what a dyno is in context with Heroku? ·...
Read more >
Newest 'heroku' Questions - Stack Overflow
Heroku is a cloud platform for Ruby, Node.js, Python, Scala, Clojure, Go, PHP, and JVM-based applications. It features Git-based, GitHub, and API deployment...
Read more >
Deploying to Heroku · Issue #60 - GitHub
Sponsor freeCodeCamp/multiple-choice-questions · Code · Issues 4 · Pull requests 0 · Actions · Projects 1 · Security · Insights.
Read more >
Newest 'heroku' Questions - Salesforce Stack Exchange
I am new to Heroku and have deployed an application recently. It worked for a week before breaking. The issue lies on something...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found