Installing the FCF framework for MacOS
Installing the environment and framework FCF
-
Install mysql or mariadb database.
-
Install nodejs and npm packages
-
Download the latest version of fcf archive and unpack it to /Applications directory
-
Remove restrictions on /Applications/FCFFramework.app directory. Since the FCF project does not have digital signatures, it must be allowed to run.
sudo xattr -cr /Applications/FCFFramework.app
-
Add the path "/Applications/FCFFramework.app" to the global environment PATH. (Add the line /Applications/FCFFramework.app to the /etc/paths file)
nano /etc/paths