Skip to main content

Fabric tasks for working with Invenio repository software

Project description

Invenio Fabric

Fabric library tasks for working with Invenio

Requirements:

Optional:

Installation

  • Install Virtualenv, Fabric, Virutalenvwrapper, and Pythonbrew

Virtualenvwrapper:

` export WORKON_HOME=~/envs mkdir -p $WORKON_HOME pip install virtualenv Fabric virtualenvwrapper invenio-fabric curl -kL http://xrl.us/pythonbrewinstall | bash `

Add this to your startup-file (perhaps you need to edit the path to virtualenvwrapper.sh):

` export WORKON_HOME=~/envs source /usr/local/bin/virtualenvwrapper.sh [[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc `

To install e.g Python 2.4.6 run:

` pythonbrew install 2.4.6 `

Usage

Invenio Fabric is only a library of Fabric tasks, so you need to create your own fabfile.py. For a complete example for Atlantis Institute of Fictive Science please see examples/atlantis/. First, make sure your Invenio source code is in ~/src/ or alternative specify CFG_SRCDIR in your startup file:

` export CFG_SRCDIR=~/private/src/ `

Next run:

` cd invenio-fabric/examples/atlantis fab -f fabfile_minimal.py loc bootstrap fab -f fabfile_advanced.py loc:py=2.7,ref=master bootstrap `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invenio-fabric-0.2.tar.gz (16.4 kB view details)

Uploaded Source

File details

Details for the file invenio-fabric-0.2.tar.gz.

File metadata

File hashes

Hashes for invenio-fabric-0.2.tar.gz
Algorithm Hash digest
SHA256 b252491c94c10fde7cefecb755e383fca473aa00220e7332927c1121bc6de22c
MD5 74dd783ec854dedeadfec85c72f4ea07
BLAKE2b-256 921ea3449b7877a309c244ea3d0b4c2483b3e16985d41f247f206a5ab987466e

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page