File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ just yet, but hope you will use it to test & give feedback to the Drupal Communi
7
7
It defaults to using MySQL, so when creating the application you'll want to select
8
8
and install both MySQL and Cron (for running scheduled tasks).
9
9
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
11
11
12
12
The first time you push changes to OpenShift, the build script
13
13
will download the latest alpha version of Drupal 8 and
@@ -53,10 +53,10 @@ Create an account at http://openshift.redhat.com/
53
53
54
54
Create a PHP 5.4 application with MySQL and Cron support and the latest Drush.
55
55
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
57
57
58
58
That's it, you can now checkout your application at:
59
- http://drupal -$yournamespace.rhcloud.com
59
+ http://drupal8 -$yournamespace.rhcloud.com
60
60
61
61
Default Credentials
62
62
-------------------
You can’t perform that action at this time.
0 commit comments