bunkerity / bunkerweb

🛡️ Open-source and next-generation Web Application Firewall (WAF)
https://www.bunkerweb.io
GNU Affero General Public License v3.0
6.18k stars 343 forks source link

batch files for manual installation #1409

Open Bllack-Soldier opened 1 month ago

Bllack-Soldier commented 1 month ago

What's needed and why?

i need manually install this project on ubuntu . but i cant find any make or any batch file. why?!

Implementations ideas (optional)

No response

Code of Conduct

TheophileDiot commented 2 weeks ago

Hi @Bllack-Soldier, thank you for opening this issue ! That's because it is explained in our official documentation that you can find the information to manually build BunkerWeb: https://docs.bunkerweb.io/latest/integrations/#docker

If you want to create your own deb file for ubuntu (noble) you can follow this:

We build the linux image

docker build -t bunkerweb-ubuntu -f src/linux/Dockerfile-ubuntu .

We execute the image so that it creates the .deb file for you (the .deb file will be created inside the /data folder so we attach a volume to it

docker run -v /my_path:/data bunkerweb-ubuntu