Skip to content

Instantly share code, notes, and snippets.

View rizkysyazuli's full-sized avatar

Rizky Syazuli rizkysyazuli

View GitHub Profile
@rizkysyazuli
rizkysyazuli / brew-config
Created August 29, 2014 07:47
brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 531dae0f7104028cbb89b04d6cfd1ebad4cf8266
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit haswell
OS X: 10.10-x86_64
Xcode: 5.1.1
CLT: 6.0.0.0.1.1408056701
Clang: 5.1 build 503
@rizkysyazuli
rizkysyazuli / brew-doctor
Created August 29, 2014 07:48
brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libmcrypt.4.4.8.dylib
@rizkysyazuli
rizkysyazuli / brew-install-mongodb
Created August 29, 2014 07:50
brew install -v mongodb 2>&1
==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.6.4.tar.gz
Already downloaded: /Library/Caches/Homebrew/mongodb-2.6.4.tar.gz
==> Verifying mongodb-2.6.4.tar.gz checksum
tar xf /Library/Caches/Homebrew/mongodb-2.6.4.tar.gz
==> /usr/local/opt/scons/bin/scons install --prefix=/usr/local/Cellar/mongodb/2.6.4_1 -j4 --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --osx-version-min=10.10 --full --64
scons: Reading SConscript files ...
Mkdir(".scons/Darwin/nohost")
usage: scons [OPTION] [TARGET] ...
SCons Error: option --osx-version-min: invalid choice: '10.10' (choose from '10.6', '10.7', '10.8', '10.9')
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
@rizkysyazuli
rizkysyazuli / install-log.txt
Created October 28, 2014 08:28
meteor bootstrap install
xmjwt-rizky:microscope rizky$ meteor add mizzao:bootstrap-3
/Users/rizky/.meteor/packages/meteor-tool/.1.0.34.xkoxz2++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:206
throw(ex);
^
Error: DDP disconnected
at Object.Future.wait (/Users/rizky/.meteor/packages/meteor-tool/.1.0.34.xkoxz2++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:326:15)
at _.extend.apply (/Users/rizky/.meteor/packages/meteor-tool/.1.0.34.xkoxz2++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/service-connection.js:107:31)
at _.extend.call (/Users/rizky/.meteor/packages/meteor-tool/.1.0.34.xkoxz2++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/service-connection.js:84:17)
at Object.exports.callPackageServer (/Users/rizky/.meteor/packages/meteor-tool/.1.0.34.xkoxz2++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/packag
@rizkysyazuli
rizkysyazuli / mobile-config.js
Last active August 29, 2015 14:14
Eat Local - Mobile Configurations
App.info({
id: 'com.xmjwt.eatlocal',
name: 'Eat Local',
description: 'An app to discover all your local produce.',
author: 'JWT Jakarta',
email: 'rizky.syazuli@xm-jwt.com',
website: 'http://www.jwt.com/jakarta',
version: '0.0.1'
});
@rizkysyazuli
rizkysyazuli / packages
Last active August 29, 2015 14:14
Eat Local - Packages
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-platform
insecure
iron:router
meteoric:ionic
@rizkysyazuli
rizkysyazuli / platforms
Created February 2, 2015 12:27
Eat Local - Platforms
android
browser
ios
server
@rizkysyazuli
rizkysyazuli / SassMeister-input.scss
Created February 3, 2015 06:50
Generated by SassMeister.com.
// ----
// libsass (v3.1.0-beta)
// ----
@each $color, $hex in (red: #f16158, orange: #faaf40, green: #00a79d, purple: #9e1e62, blue: #1b75bb) {
.theme-#{$color} {
background-color: $hex;
}
}
@rizkysyazuli
rizkysyazuli / error-log.txt
Created February 4, 2015 15:06
Meteor iOS Build Error Log
Error while running for mobile platforms: Error running
/Users/rizky/.meteor/packages/meteor-tool/.1.0.40.f2g4aj++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/cordova-scripts/cordova.sh
2015-02-04 22:04:59.668 xcodebuild[33905:490497] error: InputFile
/Users/rizky/Mobile/eat-local/.meteor/local/cordova-build/platforms/ios/Eat
Local/Eat Local-Prefix.pch 0 1422882767 963 33188... malformed line 9;
'InputFile' should have exactly five arguments
** BUILD FAILED **
The following build commands failed: