Skip to content

Commit a1bd367

Browse files
committed
Update README.md
1 parent 1e8aca2 commit a1bd367

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ just yet, but hope you will use it to test & give feedback to the Drupal Communi
77
It defaults to using MySQL, so when creating the application you'll want to select
88
and install both MySQL and Cron (for running scheduled tasks).
99

10-
rhc app create drupal8 https://cartreflect-claytondev.rhcloud.com/reflect?github=phase2/openshift-php-fpm mysql cron https://cartreflect-claytondev.rhcloud.com/reflect?github=phase2/openshift-community-drush-master
10+
rhc app create drupal8 php-5.4 mysql-5.5 cron https://cartreflect-claytondev.rhcloud.com/reflect?github=phase2/openshift-community-drush-master
1111

1212
The first time you push changes to OpenShift, the build script
1313
will download the latest alpha version of Drupal 8 and
@@ -53,10 +53,10 @@ Create an account at http://openshift.redhat.com/
5353

5454
Create a PHP 5.4 application with MySQL and Cron support and the latest Drush.
5555

56-
rhc app create drupal8 https://cartreflect-claytondev.rhcloud.com/reflect?github=phase2/openshift-php-fpm mysql cron https://cartreflect-claytondev.rhcloud.com/reflect?github=phase2/openshift-community-drush-master --from-code=git://github.com/phase2/drupal-quickstart.git
56+
rhc app create drupal8 php-5.4 mysql-5.5 cron https://cartreflect-claytondev.rhcloud.com/reflect?github=phase2/openshift-community-drush-master --from-code=git://github.com/phase2/drupal-quickstart.git
5757

5858
That's it, you can now checkout your application at:
59-
http://drupal-$yournamespace.rhcloud.com
59+
http://drupal8-$yournamespace.rhcloud.com
6060

6161
Default Credentials
6262
-------------------

0 commit comments

Comments
 (0)