We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
I have tried to installed The hive both version 3 and 4 ( not at the same time) When i tried to do the past after creating the thehive user.
i've follow the installation guide on https://docs.thehive-project.org/thehive/legacy/thehive3/installation/install-guide/#deb
sudo addgroup thehive sudo adduser --system thehive sudo cp /opt/thehive/package/thehive.service /usr/lib/systemd/system
sudo chown -R thehive:thehive /opt/thehive sudo chgrp thehive /etc/thehive/application.conf sudo chmod 640 /etc/thehive/application.conf sudo systemctl enable thehive sudo service thehive start
(add anything that can help identifying the problem such as log excerpts, screenshots, configuration dumps etc.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
I have tried to installed The hive both version 3 and 4 ( not at the same time)
When i tried to do the past after creating the thehive user.
i've follow the installation guide on
https://docs.thehive-project.org/thehive/legacy/thehive3/installation/install-guide/#deb
Steps to Reproduce
sudo addgroup thehive
sudo adduser --system thehive
sudo cp /opt/thehive/package/thehive.service /usr/lib/systemd/system
error starting at this part as i commented.
sudo chown -R thehive:thehive /opt/thehive
sudo chgrp thehive /etc/thehive/application.conf
sudo chmod 640 /etc/thehive/application.conf
sudo systemctl enable thehive
sudo service thehive start
Complementary information
(add anything that can help identifying the problem such as log excerpts, screenshots, configuration dumps etc.)
The text was updated successfully, but these errors were encountered: