Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 713 Bytes

vagrant-provision.rst

File metadata and controls

34 lines (22 loc) · 713 Bytes
orphan:

vagrant-provision.py

.. py:module:: .vagrant-provision

Just a wrapper around the manual installation process.

Comes with two options:

  • vagrant-provision.py --install-system-packages
  • vagrant-provision.py --install-pipeline

Install System Packages

Just runs the following in a command shell

python setup.py install_system_packages

Install Pipeline

Essentially runs all the steps after the system package installation for you

  • git clone to ~/ngs_mapper
  • python setup.py install_python
  • setup virtualenv into ~/.ngs_mapper
  • activate ~/.ngs_mapper
  • python setup.py install