-
Notifications
You must be signed in to change notification settings - Fork 0
New Mac Os Setup
Yann Lastapis edited this page May 27, 2015
·
16 revisions
Install Through App Store
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
npm install -g bower
npm install -g grunt-cli
brew install redis
brew install mongodb
brew install nginx
npm install -g pomelo
cd /
mkdir www/ssl
sudo chmod 777 www
sudo chmod 777 www/ssl
cd www/ssl
openssl genrsa -des3 -passout pass:x -out donut.local.pass.key 2048
openssl rsa -passin pass:x -in donut.local.pass.key -out donut.local.key
rm donut.local.pass.key
openssl req -new donut.local.key -out donut.local.csr
cp donut.local.key ws.donut.local.key
cp donut.local.csr ws.donut.local.csr
vim /usr/local/etc/nginx/nginx.conf
See Readme