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
{{ message }}
This repository was archived by the owner on Mar 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@
7
7
8
8
## Build
9
9
10
-
- Clone or download the source from this repository.
11
-
12
-
- Update `src/logo.png`, `src/logo.gif` and images in `src/views/img/creditcard`.
13
-
14
-
- Run the build script to automatically change white labeled source and create a zip file ready for distribution.
15
-
16
-
$ php build.php "My Payment Provider" gateway.mypaymentprovider.com
17
-
10
+
* Clone or download the source from this repository.
11
+
* Update [src/logo.png](src/logo.png), [src/logo.gif](src/logo.gif) and images in [src/views/img/creditcard](src/views/img/creditcard).
12
+
* Run the build script to apply desired branding and create a zip file ready for distribution:
13
+
```shell script
14
+
php build.php gateway.mypaymentprovider.com "My Payment Provider"
15
+
```
18
16
- Verify the contents of `build` to make sure they meet desired results.
19
-
20
-
- Test by installing the built extension zip file in an existing shop installation.
21
-
17
+
- Find the newly versioned zip file in the `dist` folder.
18
+
- Test by installing the extension in an existing shop installation (see [src/README](src/README.md)).
22
19
- Distribute the versioned zip file.
23
20
24
21
## Provide Updates
25
22
26
-
- Fetch the updated source from this repository (see [Changelog](CHANGELOG.md)).<br>Note: make sure to not overwrite any previous changes you've made for the previous version, or re-apply these changes.
27
-
28
-
- Run the build script with the same parameters as the first time.
29
-
30
-
- Distribute the newly versioned zip file.
23
+
- Fetch the updated source from this repository (see [CHANGELOG](CHANGELOG.md)).<br>Note: make sure to not overwrite any previous changes you've made for the previous version, or re-apply these changes.
24
+
- Run the build script with the same parameters as the first time:
25
+
```shell script
26
+
php build.php gateway.mypaymentprovider.com "My Payment Provider"
27
+
```
28
+
- Find the newly versioned zip file in the `dist` folder.
29
+
- Test by updating the extension in an existing shop installation (see [src/README](src/README.md)).
0 commit comments