Skip to content
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

Fix installation errors #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GlennBell
Copy link

Update the install.sh installation script to:

  • Install packages and python modules as root and multiscanner
    configurations and data files (yararules, Icewater,
    NSRL database) as a normal user
  • Build and install the pehash modules
  • Change the data file installation path to match the multiscanner
    configuration file
  • Fix NSRL database installation path errors

Update the requirements.txt dependencies file:

  • Add the pathlib, mmbot, lightgbm modules
  • Update elastic search to install a newer version (>=7.0.0,<8.0.0)
  • Add urllib3<1.25,>=1.24.2 dependency for elasticsearch

Update the README.md to remove sudo requirement for ./install.sh

Update the install.sh installation script to:

- Install packages and python modules as root and multiscanner
  configurations and data files (yararules, Icewater,
  NSRL database) as a normal user
- Build and install the pehash modules
- Change the data file installation path to match the multiscanner
  configuration file
- Fix NSRL database installation path errors

Update the requirements.txt dependencies file:

- Add the pathlib, mmbot, lightgbm modules
- Update elastic search to install a newer version (>=7.0.0,<8.0.0)
- Add urllib3<1.25,>=1.24.2 dependency for elasticsearch

Update the README.md to remove sudo requirement for ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants