Avatar Edgar Gonzalez

  • Random
  • Archive
  • RSS

How to install MongoDB in Ubuntu 10.10

10gen publishes apt-gettable packages for MongoDB, those packages are generally fresher than those in Ubuntu.

So, to install MongoDB from 10gen packages do this:

  1. Add MongoDB repository into Ubuntu

    Add the following line to /etc/apt/source.list file:

    deb http://downloads.mongodb.org/distros/ubuntu 10.10 10gen

  2. Create PGP key and Install MongoDB

    We need to generate key to gain access into MongoDB repository. Use this:

    $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
    

    Then update your repository:

    $ sudo apt-get update
    

    And install MongoDB:

    $ sudo apt-get install mongodb-stable
    
    • #ubuntu
    • #10.10
    • #mongodb
    • #mongo
    • #howto
    • #installation
  • 2 years ago
  • 1
  • Comments
  • Permalink
  • Share
    Tweet

How to write an Android Sync Provider

With Android 2.0 SDK you can write custom sync providers to integrate with the system contacts, calendars, etc …

And check theĀ second part

    • #android
    • #sdk
    • #provider
    • #howto
  • 2 years ago
  • Comments
  • Permalink
  • Share
    Tweet

Portrait/Logo

About

Edgar Gonzalez

Father, husband, and software developer. I'm building web applications since 1994 for a living and I love it.

Rubyist, Rails developer since 2006, believer of Agile Development and Lean startups, NoSQL enthusiast.

Born in Caracas - Venezuela, living in New York.

Me, Elsewhere

  • @edgar on Twitter
  • Facebook Profile
  • edgargonzaleznetve on Youtube
  • egg on Flickr
  • edgar on Foursquare
  • My Skype Info
  • Linkedin Profile
  • edgar on github

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr