File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,18 @@ Install composer:
37
37
1.Clone or download a repo. Go to the root folder:
38
38
cd ` Vanilla_3.3 `
39
39
40
- 2.Run the command to install dependencies and build:
40
+ 2.The 'forum' repo overrides Vanilla files.
41
+ Copy 'forums/vanilla' to ` Vanilla_3.3 ` .
42
+
43
+ 3.Run the command to install dependencies and build:
41
44
` composer install or php composer.phar install `
42
45
43
46
You should see output
44
47
45
48
![ ./images/build.png] ( ./images/build.png )
46
49
47
50
48
- 3 .Copy all files from the 'dist' folder to 'forums/vanilla/dist' (the 'forums' repo).
51
+ 4 .Copy all files from the 'dist' folder to 'forums/vanilla/dist' (the 'forums' repo).
49
52
50
53
Notes:
51
54
The first time you run this, it may take a while. Subsequent runs should be faster, but if you are constantly
You can’t perform that action at this time.
0 commit comments