changing to /opt and adding Readme

This commit is contained in:
x
2025-09-06 12:47:09 +02:00
parent e292217d0e
commit d23def1e59
5 changed files with 41 additions and 27 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# dw0
w0bm in docker
This repository contains a working solution for easy deployment of the legacy [w0bm](https://git.lat/w0bm/w0bm) software
To make use of this you can just pull this repo and build the image and or run the compose
You still need to initialize the software and the database manually if you do not have a already existing initialized database.
First of all put a .webm file named 1.webm in `w0bm-data/b`
`docker exec -it w0bm-legacy /bin/bash`
`php7.1 artisan migrate`
`php7.1 artisan db:seed`
`php7.1 artisan tags`
Now visit http://localhost:8080