-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add procfile for Heroku deployment #7
Comments
I don't use the Heroku platform but once you first push the app, you'll have to do this in the environment:
And from then on to start the app it's just a matter of So your
Assuming you don't need fully qualified paths and semi-colons are allowed. If this works or you figure it out, feel free to open a pull request. 👍 |
Thank you for the information on Heroku. I want to integrate this tool into another existing scanner. Is there an API that I can use to extend jawfish? |
Not the way it's currently written - I coded this as a younger, more naive developer. At the moment the bulk of its work is client-side (in-browser). I agree that it would be more useful in such a setup. It could be included in a devops pipeline. The UI could go to Electron from the current browser-based solution. Opening a separate issue. |
Hi,
Proc file is missing for deployment on Heroku. Can you provide some assistance for the same?
The text was updated successfully, but these errors were encountered: