Who manages the FAMP community Plugin?

objecttothis

Explorer
Joined
Feb 24, 2015
Messages
58
The FAMP plugin install fails because it's trying to install PHP 7.4 which is no longer in the pkg repo. Does anyone know who manages this plugin?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Possibly nobody. Plugins are largely abandoned by iX and the community repo is not very active, either.

Install a regular jail and then e.g. pkg install apache24 mysql80-server php82.

Voila. FAMP stack.
 

objecttothis

Explorer
Joined
Feb 24, 2015
Messages
58
Possibly nobody. Plugins are largely abandoned by iX and the community repo is not very active, either.

Install a regular jail and then e.g. pkg install apache24 mysql80-server php82.

Voila. FAMP stack.
Thanks for the quick reply. That's what I ended up doing although just running that one line of code does not get you a working FAMP stack. There's still a good amount of configuration and some hardening that needs to be done, which is why the FAMP plugin was appealing. Good to know that I didn't waste time waiting around for someone to update the plugin though.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
That's what I ended up doing although just running that one line of code does not get you a working FAMP stack.
Of course not. I simplified quite a bit. Glad you found out and got it working.
 
Top