Merge pull request #83 from guangxuli/fix_branch
update some incorrect description
This commit is contained in:
commit
343689f74d
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -26,7 +26,7 @@ Red Hat periodically publishes OpenShift Origin Server binaries for Linux, which
|
||||||
|
|
||||||
#### Running an Ansible playbook
|
#### Running an Ansible playbook
|
||||||
|
|
||||||
Outlined as the [Advanced Intallation](https://docs.openshift.org/latest/install_config/install/advanced_install.html) method for poduction environments, OpenShift Origin is also installable via Ansible playbook made avaialble on the GitHub [openShift-ansible](https://github.com/openshift/openshift-ansible) repo.
|
Outlined as the [Advanced Installation](https://docs.openshift.org/latest/install_config/install/advanced_install.html) method for poduction environments, OpenShift Origin is also installable via Ansible playbook made avaialble on the GitHub [openshift-ansible](https://github.com/openshift/openshift-ansible) repo.
|
||||||
|
|
||||||
|
|
||||||
### Creating a project
|
### Creating a project
|
||||||
|
@ -64,16 +64,19 @@ We can also [create new apps using OpenShift template files](https://docs.opensh
|
||||||
|
|
||||||
$ git clone https://github.com/openshift/nodejs-ex
|
$ git clone https://github.com/openshift/nodejs-ex
|
||||||
|
|
||||||
Looking at the repo, you'll notice two files in the openshift/template directory:
|
Looking at the repo, you'll notice three files in the openshift/template directory:
|
||||||
|
|
||||||
nodejs-ex
|
nodejs-ex
|
||||||
├── README.md
|
|
||||||
├── openshift
|
├── openshift
|
||||||
│ └── templates
|
│ └── templates
|
||||||
|
│ ├── nodejs.json
|
||||||
│ ├── nodejs-mongodb.json
|
│ ├── nodejs-mongodb.json
|
||||||
│ └── nodejs.json
|
│ └── nodejs-mongodb-persistent.json
|
||||||
├── package.json
|
├── package.json
|
||||||
|
├── README.md
|
||||||
├── server.js
|
├── server.js
|
||||||
|
├── tests
|
||||||
|
│ └── app_test.js
|
||||||
└── views
|
└── views
|
||||||
└── index.html
|
└── index.html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue