[W0-0] fixing upload problem
This commit is contained in:
22
README.md
22
README.md
@@ -18,4 +18,24 @@ First of all put a .webm file named 1.webm in `w0bm-data/b`
|
||||
|
||||
`php7.1 artisan tags`
|
||||
|
||||
Now visit http://localhost:8080
|
||||
Now visit http://localhost:8080
|
||||
|
||||
To get upload working do this
|
||||
|
||||
```
|
||||
$ git clone https://git.lat/w0bm/w0bm.git
|
||||
$ cd w0bm
|
||||
$ mkdir public/thumbs
|
||||
$ mkdir public/b
|
||||
$ mkdir public/thumbs/beta
|
||||
$ mkdir public/thumbs/blurred
|
||||
```
|
||||
|
||||
`docker exec -it w0bm /bin/bash`
|
||||
|
||||
```
|
||||
root@703c9472fed5:/opt/w0bm/public# chmod -R 777 thumbs/
|
||||
root@703c9472fed5:/opt/w0bm/public# chmod -R 777 b
|
||||
```
|
||||
|
||||
inside the container, it applied to the mount
|
Reference in New Issue
Block a user