[Question] Deploying to Heroku
See original GitHub issueThere 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)
- Looks like this is documented here: https://github.com/golastmile/rasa_nlu/blob/master/docs/config.rst might be helpful to link back to this.
- 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?
- If I’m using
- RASA_SERVER_MODEL_DIR (dir containing model which should be used to process requests)
- Not sure what this is used for? https://github.com/golastmile/rasa_nlu/blob/master/docs/config.rst is scarse on details.
- AWS_SECRET_ACCESS_KEY (secret key for S3 access)
- What permissions are required for uploading? Just
PutObject
or something else?
- What permissions are required for uploading? Just
- AWS_ACCESS_KEY_ID (key id for S3 access)
- What permissions are required for uploading? Just
PutObject
or something else?
- What permissions are required for uploading? Just
- 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:
- Created 7 years ago
- Comments:7 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@alvin-reyes oh awesome. could you share how you set it up?
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.