Merge pull request #88 from mrjbq7/master

Fix typos in README.md.
This commit is contained in:
Athou
2013-05-15 19:26:32 -07:00

View File

@@ -13,12 +13,12 @@ Hosting an application on OpenShift is free.
* Create an account on [OpenShift](http://www.openshift.com/). * Create an account on [OpenShift](http://www.openshift.com/).
* Add an application, select `JBoss Enterprise Application Platform 6.0`. * Add an application, select `JBoss Enterprise Application Platform 6.0`.
* For the`Public URL` set the name you want (e.g. `commafeed`). * For the `Public URL` set the name you want (e.g. `commafeed`).
* For the`Source Code` option, click `Change` and set this repository (`https://github.com/Athou/commafeed.git`). * For the `Source Code` option, click `Change` and set this repository (`https://github.com/Athou/commafeed.git`).
* Click `Create Application`. * Click `Create Application`.
* Click `Add cartridge` and select `MySQL`. * Click `Add cartridge` and select `MySQL`.
* Wait a couple of minutes and access your application. * Wait a couple of minutes and access your application.
* The defaut user is `admin` and the password is `admin`. * The default user is `admin` and the password is `admin`.
Deployment on your own server Deployment on your own server
----------------------------- -----------------------------