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: DEV.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@
4
4
5
5
## 1. Machine Setup
6
6
1. Use Mac with Silicon
7
-
2. Install `php@8.3`
8
-
1. Run `brew install php@8.3`
7
+
2. Install `php@8.4`
8
+
1. Run `brew install php@8.4`
9
9
2. Bonus: `brew install brew-php-switcher` for easy php version switching
10
10
3. Use `orbstack` for running docker containers
11
-
1. Why? because `webdevops/php-apache-dev:8.3` doesn't work on ARM64 because of its apached ssl failing. [see this issue](https://github.com/webdevops/Dockerfile/issues/433). Weirdly, testing in orbstack works.
11
+
1. Why? because `webdevops/php-apache-dev:8.4` doesn't work on ARM64 because of its apached ssl failing. [see this issue](https://github.com/webdevops/Dockerfile/issues/433). Weirdly, testing in orbstack works.
12
12
2. Run `brew install orbstack`
13
13
3. Run `Orbstack` in Application
14
14
## 2. Local Magento2.4 Setup w/ Xendit Module
15
15
1. Clone `magento2` in `./docker-magento/`
16
16
1. Run `git clone https://github.com/magento/magento2.git`
17
-
2.`git checkout 2.4`
17
+
2.`git checkout 2.4.8`
18
18
3. This will take some time
19
19
2. Add local domain
20
20
1. Why? this is needed to match the `base-url-secure` later on magento installation.
0 commit comments