Fix typo in lampstack README

Change-Id: I7e2c02d6e501203d66d310fb26a371c819863afd
This commit is contained in:
Quan Tian 2017-01-17 09:28:07 +08:00
parent d09502f4f8
commit b642525efe
2 changed files with 4 additions and 4 deletions

View File

@ -115,11 +115,11 @@ If everything goes well, it will accomplish the following::
content
6. Setup NFS on database node, so that web servers can share the cinder
volume space, all wordpress content will be saved on cinder volume.
This is to ensure that the multiple web servres will represent same
This is to ensure that the multiple web servers will represent same
content.
7. Setup mysql to use the space provided by cinder volume
8. Configure and initialize wordpress
9. Install and activte a wordpress theme specified by configuration file
9. Install and activate a wordpress theme specified by configuration file
10.Install wordpress importer plugin
11.Import sample word press content
12.Remove not needed floating IPs from servers which do not need them.

View File

@ -2,7 +2,7 @@
## Status
This will install a 3 node lampstack by defulat. Two nodes will be used as
This will install a 3 node lampstack by default. Two nodes will be used as
web servers and one node will be used as database node.
Once the script finishes, a set of URL will be displayed at the end for
@ -36,7 +36,7 @@ ssh-add ~/.ssh/id_rsa
Terraform OpenStack provider requires few environment variables to be set
before you can run the scripts. In general, you can simply export OS
environment varialbes like the following:
environment variables like the following:
```
export OS_REGION_NAME=RegionOne