Code Monkey home page Code Monkey logo

Comments (3)

gingeleski avatar gingeleski commented on June 11, 2024

I don't use the Heroku platform but once you first push the app, you'll have to do this in the environment:

  1. Make sure virtualenv is installed (pip install virtualenv I think, Heroku presumably has Python already)
  2. Make sure your pwd is the root of this repo
  3. virtualenv venv
  4. ./venv/scripts/activate.sh
  5. pip install -r requirements.txt

And from then on to start the app it's just a matter of ./venv/scripts/activate.sh then python run.py.

So your procfile (I'm not that familiar with them either) might look like:

web: ./venv/scripts/activate.sh; python run.py

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. 👍

from jawfish.

avhadpooja avatar avhadpooja commented on June 11, 2024

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?

from jawfish.

gingeleski avatar gingeleski commented on June 11, 2024

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.

from jawfish.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.