Download MDID3 and Prerequisites for Ubuntu 10.04

Download MDID3 and dependencies

  • Download Git

sudo apt-get install git-core

  • Install MDID utility account

sudo adduser mdid

  • Create directory

sudo mkdir /var/local/mdidsudo chown mdid /var/local/mdidsudo chmod 775 /var/local/mdid

  • Add yourself to the staff group

sudo nano /etc/group

  1. Find the following line and append your username (not mdid)
  2. staff:x:50:
  • Log out and back in
  • Download MDID

cd /var/local/mdidgit initgit remote add rooibos git://github.com/cit-jmu/rooibos.gitgit fetch rooibosgit merge rooibos/master

  • Install dependencies

sudo apt-get install openjdk-6-jre-headless python-setuptools libjpeg62-dev \unixodbc unixodbc-dev freetds-dev tdsodbc python-dev libmysqlclient16-dev \python-ldap python-memcache memcached libapache2-mod-wsgi g++ mysql-server-5.1sudo easy_install pyodbc mysql-python pil python-dateutil flickrapi werkzeug reportlab

Configure MDID3

2 responses to Download MDID3 and Prerequisites for Ubuntu 10.04


  1. Paul Shannon

    The commands would be better placed inside of or similar tags; linebreaks have been lost in html presentation

  2. Paul Shannon

    Oops. Here is what I meant

    sudo apt-get install git-core
    sudo adduser mdid
    sudo mkdir /var/local/mdid
    sudo chown mdid /var/local/mdid
    sudo chmod 775 /var/local/mdid
    sudo nano /etc/group


    cd /var/local/mdid
    git init
    git remote add rooibos git://github.com/cit-jmu/rooibos.git
    git fetch rooibos
    git merge rooibos/master
    sudo apt-get install openjdk-6-jre-headless python-setuptools libjpeg62-dev unixodbc unixodbc-dev freetds-dev tdsodbc python-dev libmysqlclient16-dev python-ldap python-memcache memcached libapache2-mod-wsgi g++ mysql-server-5.1
    sudo easy_install pyodbc mysql-python pil python-dateutil flickrapi werkzeug reportlab

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>