You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2016/08/18 23:27:25 UTC

[whimsy] branch master updated: Update MACOSX.md with comments

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  ced7478   Update MACOSX.md with comments
ced7478 is described below

commit ced7478f8849a024a05b703bbe449460e9e24e1a
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Thu Aug 18 16:27:13 2016 -0700

    Update MACOSX.md with comments
---
 MACOSX.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/MACOSX.md b/MACOSX.md
index d6cf8a2..ec763f2 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -7,7 +7,8 @@ running on Mac OS/X.
 Install Homebrew
 ----------------
 
-Follow the instructions from [brew.sh](http://brew.sh/).
+Follow the instructions from [brew.sh](http://brew.sh/). You might
+have to change shells if you are using csh. Bash works fine.
 
 Verify using:
 
@@ -52,11 +53,16 @@ Verify:
 $ ruby -r whimsy/asf -e 'p ASF.constants'
 [:Config, :Base, :Committee, :LDAP, :ETCLDAP, :LazyHash, :Person, :Group, :Service, :Mail, :SVN, :Git, :ICLA, :Authorization, :Member, :Site, :Podling, :Podlings]
 
-
 $ bundler -v
 Bundler version 1.12.5
 ```
 
+Notes:
+
+You may have trouble installing due to the dependency on nokogiri. There are issues
+with its dependencies. This page suggests some workarounds:
+https://github.com/sparklemotion/nokogiri/issues/1483
+
 Clone whimsy
 ------------
 
@@ -86,6 +92,7 @@ Configure LDAP
 Install:
 
 ```
+$ cd <path-to-git-whimsy>
 $ sudo ruby -I whimsy/lib -r whimsy/asf -e "ASF::LDAP.configure"
 ```
 
@@ -99,6 +106,7 @@ cn: Sam Ruby
 
 Notes: 
 
+ * The ldapsearch command is the standard LDAP utility on MacOSX.
  * To pick up the latest code, the above needs to be run from the directory
    you issued the `git clone` command.  Alternately, provide the full path
    to the `whimsy/lib` directory.

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].