Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit f73979d

Browse files
committed
Wordsmithing "How do I Deploy My Site from the Box?"
1 parent 246154f commit f73979d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ To use for an existing project, you follow the same instructions as for new proj
4646
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/`
4747
directory that is a sibling to `Vagrantfile` and to `scripts/` and then `vagrant up`.
4848

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
5050
starts with `config.vm.synced_folder` to be:
5151

5252
config.vm.synced_folder ".", "/var/www"
5353

54-
If you cannot create a `scripts/` in the same directory as your `Vagrantfile` you can name the directory something else — such as
55-
`wplib-scripts` — 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 — such as
55+
`wplib-scripts/` — and then search for `scripts/` in your `Vagrantfile` and replace it with whatever you named your directory, e.g.
5656
with `wplib-scripts/` as in our example.
5757

5858
##Glossary: What Do They All These Terms Mean?

0 commit comments

Comments
 (0)