Changes between Initial Version and Version 1 of GEC17VMSetup


Ignore:
Timestamp:
06/04/13 11:18:13 (11 years ago)
Author:
koneil@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17VMSetup

    v1 v1  
     1= Software on the GEC17 Tutorial VM =
     2
     3
     4== Software Installed by Keleigh ==
     5
     6=== Updated existing packages ===
     7{{{
     8sudo apt-get update
     9sudo apt-get upgrade
     10}}}
     11
     12=== Miscellaneous packages needed for GEMINI ===
     13{{{
     14sudo apt-get install python-m2crypto python-dateutil python-openssl libxmlsec1 xmlsec1 libxmlsec1-openssl libxmlsec1-dev openjdk-7-jdk git  python-M2Crypto python-paramiko sharutils ntp libncurses-dev build-essential bison flex python-lxml
     15sudo apt-get install libreadline6-dev libtool automake python-dev
     16sudo apt-get install yap swig
     17}}}
     18
     19
     20=== Installed iRODS 3.2 ===
     21{{{
     22cd ~/src
     23tar -zxvf irods3.2.tgz
     24cd iRODS
     25./irodssetup
     26
     27Include additional prompts for advanced settings [no]?  no
     28Build an iRODS server [yes]? no
     29Include GSI [no]? no
     30Include Kerberos [no]? no
     31Include the NCCS Auditing extensions [no]? no
     32Save configuration (irods.config) [yes]?  yes
     33Start iRODS build [yes]? yes
     34}}}
     35
     36
     37=== Set up bash environment for iRODS ===
     38{{{
     39echo 'export PATH=/home/geni/src/iRODS/clients/icommands/bin:$PATH' >> /home/geni/.bashrc
     40}}}
     41
     42=== Installed other misc tools ===
     43  * emacs
     44  * Flash
     45
     46=== Firefox Bookmarks for: ===
     47  * GENI Portal
     48  * GEC17 Agenda
     49  * GEMINI folder
     50     -GENI Desktop
     51  * GIMI Folder
     52     -GIMI Portal
     53  * Flack
     54  * iRODS Web Client
     55
     56