This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ To use for an existing project, you follow the same instructions as for new proj
46
46
this repository to your new project, change the domain name to the local domain name for your project and move your website root into a ` www/ `
47
47
directory that is a sibling to ` Vagrantfile ` and to ` scripts/ ` and then ` vagrant up ` .
48
48
49
- If you cannot put your code into a ` www/ ` directory for some reason you can put the ` Vagrantfile ` in your web root and change the line that
49
+ If you cannot put your code into a ` www/ ` subdirectory for some reason you can put the ` Vagrantfile ` in your web root and change the line that
50
50
starts with ` config.vm.synced_folder ` to be:
51
51
52
52
config.vm.synced_folder ".", "/var/www"
53
53
54
- If you cannot create a ` scripts/ ` in the same directory as your ` Vagrantfile ` you can name the directory something else &mdash ; such as
55
- ` wplib-scripts ` &mdash ; and then search for ` scripts/ ` in your ` Vagrantfile ` and replace them with whatever you named your directory, e.g.
54
+ If you cannot create a ` scripts/ ` directory in the same directory as your ` Vagrantfile ` you can name that directory something else &mdash ; such as
55
+ ` wplib-scripts/ ` &mdash ; and then search for ` scripts/ ` in your ` Vagrantfile ` and replace it with whatever you named your directory, e.g.
56
56
with ` wplib-scripts/ ` as in our example.
57
57
58
58
##Glossary: What Do They All These Terms Mean?
You can’t perform that action at this time.
0 commit comments