add README section for preparing osx

This commit is contained in:
Ad Schellevis 2021-11-19 14:22:01 +01:00
parent 5776cb5e95
commit 1e8effc20d
1 changed files with 13 additions and 1 deletions

View File

@ -14,10 +14,22 @@ Requirements
Make sure you have the same php (http://www.php.net/) and phalcon (https://phalconphp.com/) versions installed on the target to
which you would like to deploy the test server.
As of this writing OPNsense uses php *7.1.x* and Phalcon *3.3.x*.
As of this writing OPNsense uses php *7.4.x* and Phalcon *4.1.x*.
In theory this approach should function on both unix like machines and Windows.
Prepare machine (OSX)
======================
When using homebrew (https://brew.sh/) on OSX, the easiest option to get you started is by executing
the following commands:
```
brew install php@7.4
brew tap phalcon/extension https://github.com/opnsense/homebrew-tap
brew install phalcon
```
Setup
===========