Mongo Queries

Mongo Queries

Mongo Administration

Mongo Administration

Making vi the default editor on the Mongo command line. This does not work but I'm hopeful I will be able to figure something out:

echo "bind -v" >> ~/.editrc
echo "set editing-mode vi" >> ~/.inputrc

Another item that does not work is setting the EDITOR environment variable:

export EDITOR="vi"

References:
http://eric.lubow.org/2011/tips/using-vi-mode-everywhere/

Spring Data with Mongo DB

Spring Data with Mongo DB

In my last blog entry I took you through a short justification on why you would consider using Mongo DB. It is always good to start with the basics. But an application with any sort of complexity is going to require a little more configuration and infrastructure.

Internationalization with Spring

Internationalization with Spring

Building a Team from Scratch

I've had the pleasure and pain of building a few teams over the years. We've always delivered. So this entry is for desision makers to understand what it takes to build and a team and why it is so hard. What are the expectations? What people do you need? What experience and expertise do you need? What are the so-called processes and tools needed for a sucessful delivery?

Nexus 4

Nexus 4

Mobile Phones

Android phones I've owned:

  • G1
  • T-Mobile My Touch 4G
  • Google Nexus 4

Jenkins Builds

Jenkins Builds

Building with a Git branch on Jenkins. Here are the key setting on the Jenkins configuration page.

Check your remote branches: git branch -avv

  • Name: master (This is the local branch that needs to be checked out on Jenkins)
  • Refspec: +refs/heads/master:refs/remotes/origin/refs/remotes/svn/19.0.RELEASE
  • Branch Specifier: remotes/origin/refs/remotes/svn/19.0.RELEASE

Gitweb

Gitweb

Notes on setting up Gitweb with Gitolite.

Gitolite

Gitolite

Adding this new heading has finally convinced me that I need to break this up. This page is getting too messy. Besides, I have enough Git information now that it really deserves its own section.

Gitolite is a way to manage users and their permissions. Basically, this allows you to host your own Git repo like some of the services out there, like Github, except you get to do it for free if you already have a server. Hint: If you run Linux, you have a server.

Pages

Subscribe to raescott.net RSS