BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

Stopped working after Yosemite upgrade #38

Closed BrianGilbert closed 9 years ago

BrianGilbert commented 9 years ago

Run the following from terminal to resolve:

sudo chown -R ${USER-$LOGNAME}:admin /usr/local
chmod 775 /usr/local
mkdir -p /usr/local/var/run/nginx/proxy_temp
mkdir -p /usr/local/var/run/nginx/fastcgi_temp
mkdir -p /usr/local/var/run/nginx/scgi_temp
mkdir -p /usr/local/var/run/nginx/uwsgi_temp
sudo /usr/local/bin/nginx

Followed by the relevant version for what you installed: go53 / go54 / go55

webfed commented 9 years ago

I am not sure if I understand, do you mean: mkdir -p /usr/local/var/run/nginx/proxy_temp/go53 I installed 5.3

BrianGilbert commented 9 years ago

@webfed go53 is a separate command you run at the end of the rest.

webfed commented 9 years ago

Thanks

mjroeleveld commented 9 years ago

I get an error with php-fpm: Segmentation fault: 11

mjroeleveld commented 9 years ago

Ok, after a bunch of other errors, I ended up reinstalling PHP and MariaDB (which also produced errors), which solved the problems.

I just copied/pasted and executed the relevant parts of the aegir.sh script: http://pastebin.com/rUSZjvha (this will uninstall any PHP version and install PHP 5.5)