slack-export-viewer
slack-export-viewer copied to clipboard
Deploying to a server (Heroku)
Hey, I was having some trouble figuring out how to deploy this flask app to a server, if anyone has ever done it, I would love some help as to what the contents of the Procfile should be and if/how the scripts should be managed to run. I saw someone managed to get the app working on a server along with being able to upload zips, however I couldn't even get it on a simple Heroku server.
Could really use some help. Thanks!
Edit: It seems that whatever I do, I end up coming across this error:
AttributeError: 'LocalStack' object has no attribute 'channels'
Also keen to figure this out, will experiment today and see if I can figure it out
@stevewithey @aadilsomani (or anyone else): have you had any luck deploying it?