Fix typo in lampstack README
Change-Id: I7e2c02d6e501203d66d310fb26a371c819863afd
This commit is contained in:
parent
d09502f4f8
commit
b642525efe
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user