You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ The PHP version can be configured. By default, the FastCGI Process Manager (FPM)
12
12
5. If the PHP version to compile is less than 5.3.3, remove the fpm compilation options in `/misc/make_php` and git commit and push this modification
13
13
6. Visit your application's main page (e.g. https://myapp-mydomain.rhcloud.com/)
14
14
7. Click the last link to start the build, it will take about an hour
15
-
8. To activate Composer, clone the application's repository locally (or pull changes if you have already cloned it) and rename the `_build` file to `build` in the `/.openshift/action_hooks/` directory
15
+
8. To activate Composer, clone the application's repository locally (or pull changes if you have already cloned it) and rename the `_deploy` file to `deploy` in the `/.openshift/action_hooks/` directory
16
16
9. Commit this file
17
-
10. Make it executable with `git update-index --chmod=+x .openshift/action_hooks/build`
17
+
10. Make it executable with `git update-index --chmod=+x .openshift/action_hooks/deploy`
18
18
11. Commit this file again and push it too when the build is finished
19
19
12. Starting coding your PHP application
20
20
@@ -23,9 +23,9 @@ The PHP version can be configured. By default, the FastCGI Process Manager (FPM)
23
23
To demonstrate the usage of Composer, we will install the ZendFramework skeleton application:
24
24
25
25
1. Delete the `index.cgi` file in the `/public` directory
26
-
2. Rename the `_build` file to `build` in the `/.openshift/action_hooks/` directory if you have not done so already
26
+
2. Rename the `_deploy` file to `deploy` in the `/.openshift/action_hooks/` directory if you have not done so already
27
27
3. Commit this file
28
-
4. Make it executable with `git update-index --chmod=+x .openshift/action_hooks/build`
28
+
4. Make it executable with `git update-index --chmod=+x .openshift/action_hooks/deploy`
29
29
5. Commit this file again and push it too
30
30
6. Download the ZendFramework skeleton application as a `.zip` file from https://github.com/zendframework/ZendSkeletonApplication
31
31
7. Unzip this file at the root of your git repository (i.e., the content of `/public` in the `.zip` must be poured in your local `/public` directory)
0 commit comments