dev-lu / osint_toolkit

A full stack web application that combines many tools and services for security analysts into a single tool.
MIT License
480 stars 81 forks source link

Service page won't render #26

Closed whapa closed 4 months ago

whapa commented 5 months ago

I've done all steps to install and run both backend and frontend. But the page won't render to me. Just loading... Im using virtualbox on a Kalilinux and internal firefox to show the page.. Any tip?

image

dev-lu commented 5 months ago

Did you receive any error messages?

whapa commented 5 months ago

No, any error.

whapa commented 5 months ago

image More evidences..

dev-lu commented 5 months ago

Hi, it's very hard to tell what the problem is just from your screenshots. However, I highly recommend using Docker for installation because deploying from source can cause a lot of problems due to all the dependencies that must match perfectly.

whapa commented 5 months ago

Ok, i will try use docker. Thanks!

mikgallo commented 5 months ago

Please can you write a guide for installation on kali?

mikgallo commented 5 months ago

How use docker for installation?

dev-lu commented 4 months ago

Install Docker: https://docs.docker.com/engine/install/debian/

Deploy OSINT Toolkit with docker:

  1. Download the repository and extract the files
  2. Navigate to the directory where the docker-compose.yaml file is located
  3. If you deploy the app on a remote machine, set the BACKEND_URL argument in the Compose file to the remote machines IP address
  4. Run the following command: docker-compose up -d
  5. Once the container is running, you can access the app in your browser at http://localhost:3000