This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removing libtool | |
Removing m4/libtool.m4 | |
Removing m4/ltoptions.m4 | |
Removing m4/ltsugar.m4 | |
Removing m4/ltversion.m4 | |
Removing m4/lt~obsolete.m4 | |
Removing m4/version.m4 | |
Removing src/.deps/ | |
Removing src/.dirstamp | |
Removing src/config.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/Users/gyulalaszlo/Developer/couchbase/install/bin" || config/install-sh -c -d "/Users/gyulalaszlo/Developer/couchbase/install/bin" | |
/bin/sh ./libtool --mode=install /usr/bin/install -c vbuckettool vbucketkeygen '/Users/gyulalaszlo/Developer/couchbase/install/bin' | |
libtool: install: /usr/bin/install -c .libs/vbuckettool /Users/gyulalaszlo/Developer/couchbase/install/bin/vbuckettool | |
libtool: install: /usr/bin/install -c .libs/vbucketkeygen /Users/gyulalaszlo/Developer/couchbase/install/bin/vbucketkeygen | |
test -z "/Users/gyulalaszlo/Developer/couchbase/install/share/man/man3" || config/install-sh -c -d "/Users/gyulalaszlo/Developer/couchbase/install/share/man/man3" | |
test -z "/Users/gyulalaszlo/Developer/couchbase/install/share/man/man4" || config/install-sh -c -d "/Users/gyulalaszlo/Developer/couchbase/ins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ ❯ cd Developer/couchbase | |
couchbase ❯ rake | |
Setting otp_keep="*" for building plugins | |
Making file task: /Users/gyulalaszlo/Developer/couchbase/dependencies/geocouch | |
file /Users/gyulalaszlo/Developer/couchbase/build/lib/couchdb/plugins/geocouch => /Users/gyulalaszlo/Developer/couchbase/dependencies/geocouch | |
/Users/gyulalaszlo/Developer/couchbase/build/bin/autoconf2.59 => /Users/gyulalaszlo/Developer/couchbase/build/bin/autoconf | |
/Users/gyulalaszlo/Developer/couchbase/build/bin/autoheader2.59 => /Users/gyulalaszlo/Developer/couchbase/build/bin/autoheader | |
/Users/gyulalaszlo/Developer/couchbase/build/bin/autom4te2.59 => /Users/gyulalaszlo/Developer/couchbase/build/bin/autom4te | |
./otp_build autoconf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/usr/bin/env bash | |
# Create a git repo in the root git dir, and grant ownership to this user | |
if [ -z $1 ] | |
then | |
echo "Usage: $0 <repo name> [checkout_path]" | |
echo "Missing repo name" | |
exit $E_MISSING_POS_PARAM | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo '=========================== ' | |
echo 'This script will attempt to install on a blank Debian Lenny / Squeeze: ' | |
echo ' ' | |
echo 'RVM with Ruby 1.9.2 ' | |
echo 'NodeJS v0.4.10 with NPM and Coffee-Script ' | |
echo 'MongoDb for the DB ' | |
echo 'Imagemagick for the MiniMagick gem ' | |
echo 'Passanger with nginx ' |
NewerOlder