Skip to content

Instantly share code, notes, and snippets.

View wendellmva's full-sized avatar
💭
Happy coding ...

Wendell Muntslag van Amzink wendellmva

💭
Happy coding ...
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wendellmva on github.
  • I am wendellmva (https://keybase.io/wendellmva) on keybase.
  • I have a public key whose fingerprint is D646 EC5B 5BDA B4BE 6B39 7F21 CB33 E705 7C14 1254

To claim this, I am signing this object:

# mongodb.conf
# Where to store the data.
# Note: if you run mongodb as a non-root user (recommended) you may
# need to create and set permissions for this directory manually,
# e.g., if the parent directory isn't mutable by the mongodb user.
dbpath=/var/lib/mongodb
#where to log
# mongodb.conf
# Where to store the data.
# Note: if you run mongodb as a non-root user (recommended) you may
# need to create and set permissions for this directory manually,
# e.g., if the parent directory isn't mutable by the mongodb user.
dbpath=/var/lib/mongodb
#where to log
@wendellmva
wendellmva / ionic-getting-started-script
Last active August 29, 2015 14:21
Getting started with Ionic for android
npm install ionic -g
npm install cordova -h
choco install android-sdk -y
// does not work, not permanently: Add manually
setx ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
setx PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
C:\Program Files (x86)\Android\android-sdk\tools\android.bat