OSCON NOSQL Training EC2 AMI

Posted: July 13, 2010 in NOSQL

I couldn’t find a way to associate a read.me file to an EC2 AMI. Tthe next best is a readme.blog ! On how to use the NOSQL Training EC2 AMI. I will post the handout for a step-by-step tutorial of mongoDB and later Cassandra.

  • Have created AMI oscon-nosql-ksankar-xx. 01 ..
  • This is based on Ubuntu 10.04, ebs
  • 32 bit (Wanted to keep the initial learning costs minimum – especially when you need to start 3 or more instances for Cassandra)
  • The application stack includes mongoDB, Open JDK 6, svn, a svn snapshot of Cassandra
  • The Cassandra is in the /home/ubuntu directory
  • TTD (Things To Do) after you start the instance
    • sudo apt-get update
    • sudo apt-get upgrade
    • cd ~/cassandra
    • svn update
    • ant (To compile the new sources)
    • These commands should upgrade mongoDB as well as Cassandra
Comments
  1. [...] P.S : I also have materials from my OSCON NOSQL Tutorial [...]

  2. [...] This page contains the links I have used as references in preparing my NOSQL talks at OGF29 & at OSCON,10. Slideshare – NOSQL Talk at OGF29 OSCON Tutorial Handout and AMI details [...]

  3. [...] OSCON NOSQL Training EC2 AMI « My missives [...]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s