Skip to content

Commit 9e27ea8

Browse files
committed
Fixing doc issue
1 parent 9414eac commit 9e27ea8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The PHP version can be configured. By default, the FastCGI Process Manager (FPM)
1212
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
1313
6. Visit your application's main page (e.g. https://myapp-mydomain.rhcloud.com/)
1414
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
1616
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`
1818
11. Commit this file again and push it too when the build is finished
1919
12. Starting coding your PHP application
2020

@@ -23,9 +23,9 @@ The PHP version can be configured. By default, the FastCGI Process Manager (FPM)
2323
To demonstrate the usage of Composer, we will install the ZendFramework skeleton application:
2424

2525
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
2727
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`
2929
5. Commit this file again and push it too
3030
6. Download the ZendFramework skeleton application as a `.zip` file from https://github.com/zendframework/ZendSkeletonApplication
3131
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

Comments
 (0)