diff options
Diffstat (limited to 'macbook/macosx.txt')
-rw-r--r-- | macbook/macosx.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/macbook/macosx.txt b/macbook/macosx.txt index 618cd3f..c799568 100644 --- a/macbook/macosx.txt +++ b/macbook/macosx.txt @@ -1,2 +1,15 @@ - let the env know about 'port' packages, here we care about include dir -CFLAGS=-I/opt/local/include ./configure
\ No newline at end of file +CFLAGS=-I/opt/local/include ./configure + +[arch setup] +- perms + -> http and git users/accounts are added to users group + -> 775 is used now for all website dirs + -> rest of the system uses kyle:users and 644 perms such as text editor, IDE, etc. + +- lamp stack + -> macosx's partition is used to store mysql db + -> mysqld.service has to be modified and --datadir= argument was added + -> custom local.service start before mysql end stop after mysql to mount + masqueraded/mapped user:group perms from macosx's system to archlinux + |