Skip to content

A web-based file browser for iRODS with metadata-based templating.

Notifications You must be signed in to change notification settings

niravmerchant/sra

 
 

Repository files navigation

sra README

Prerequisites

CentOS 5

This project requires Python 2.7, which is a pain to set up on CentOS 5. Do that first. Install Python 2.7, setuptools, pip, and virtualenv.

Ubuntu 12.04

sudo apt-get install python-dev python-pip python-virtualenv

Installation

Virtualenv

useradd -m datastore
su - datastore
virtualenv --no-site-packages ~/env
echo "source ~/env/bin/activate" >> ~/.bash_profile
. ~/.bash_profile

pycommands

git clone https://github.com/iPlantCollaborativeOpenSource/python-irodsclient.git
pip install -e python-irodsclient

Datastore

cd ~
git clone git://github.com/iPlantCollaborativeOpenSource/sra.git
cd sra
python setup.py develop

Fire it up

sudo ~/env/sra/bin/pserve production.ini --log-file=sra.log --daemon

About

A web-based file browser for iRODS with metadata-based templating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.8%
  • JavaScript 27.7%
  • Python 9.6%
  • Perl 1.3%
  • Classic ASP 1.2%
  • Lasso 1.0%
  • Other 1.4%