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

batch files for manual installation #1409

Open
1 task done
Bllack-Soldier opened this issue Aug 12, 2024 · 1 comment
Open
1 task done

batch files for manual installation #1409

Bllack-Soldier opened this issue Aug 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Bllack-Soldier
Copy link

Bllack-Soldier commented Aug 12, 2024

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

  • I agree to follow this project's Code of Conduct
@Bllack-Soldier Bllack-Soldier added the enhancement New feature or request label Aug 12, 2024
@TheophileDiot
Copy link
Member

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

@TheophileDiot TheophileDiot self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants