File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,23 @@ Now you can find all the files you need in the `web/dist` folder.
25
25
26
26
Move files in place:
27
27
28
- * Move ` web/dist ` to your webroot
29
- * Move the output directory you defined to ` webroot/static/ data `
28
+ * Move everything under ` web/dist ` to your webroot
29
+ * Move the output directory you defined to ` webroot/data `
30
30
31
31
### Final File Structures
32
32
33
33
```
34
34
- webroot
35
35
+ index.html
36
- - static
37
- + css
38
- - data # here's the data that main application produces
39
- + info.json
40
- + players.json
41
- + (...) Player UUID directories
42
- + fonts
43
- + img
44
- + js
45
- + skin
36
+ + css
37
+ - data # here's the data that main application produces
38
+ + info.json
39
+ + players.json
40
+ + (...) Player UUID directories
41
+ + fonts
42
+ + img
43
+ + js
44
+ + skin
46
45
```
47
46
48
47
Upload webroot to you server, and configure your nginx server like this:
You can’t perform that action at this time.
0 commit comments