forked from plainblack/Wing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Mac.txt
39 lines (24 loc) · 996 Bytes
/
README.Mac.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
These instructions update the instructions in README.txt for Mac OSX 10.11.
Start by prepping the system:
=============================
Install X Code from the App store.
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH
Install MySQL from http://dev.mysql.com/downloads/mysql/
Then perform steps 1 and 2 from README.txt.
===========================================
Next compile nginx:
===================
wget http://superb-dca2.dl.sourceforge.net/project/pcre/pcre/8.32/pcre-8.32.tar.gz
tar xfz pcre-8.32.tar.gz
wget http://nginx.org/download/nginx-1.2.6.tar.gz
tar xfz nginx-1.2.6.tar.gz
cd nginx-1.2.6
./configure --prefix=/data/apps --with-pcre=../pcre-8.32
make
make install
cd ..
Then perform the remaining steps in README.txt.
===============================================
Then make the environment import happen after each login:
=========================================================
echo ". /data/Wing/bin/dataapps.sh" >> ~/.bash_profile