Skip to main content

Bundled software manager

Project description

Bundled software manager

Installation

Install BSM with curl or wget

curl -sSL https://raw.githubusercontent.com/bsmhep/bsm/master/script/install.sh | sh -s [BSM_DIR]

or

wget -qO- https://raw.githubusercontent.com/bsmhep/bsm/master/script/install.sh | sh -s [BSM_DIR]

If BSM_DIR is omitted, BSM will be installed in the current directory.

Install Software with BSM

Setup BSM:

. <BSM_DIR>/setup.sh

List available software version:

bsm ls-remote

Specify software version and where to install:

bsm [-r <SOFTWARE_ROOT>] install <version>

If -r <SOFTWARE_ROOT> is not specified, everything will be installed in the current directory.

Multiple versions could be installed under the same software root directory.

Configuration

Create the configuration file if it does not exist:

[ -e ~/.bsm.conf ] || bsm config -e > ~/.bsm.conf

Edit ~/.bsm.conf and uncomment software_root:

software_root: <SOFTWARE_ROOT>

Select Software Version

List local installed software version:

bsm -r <SOFTWARE_ROOT> ls

Select local software version you would like to use:

bsm -r <SOFTWARE_ROOT> use <version>

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

bsm-0.3.0.tar.gz (22.7 kB view hashes)

Uploaded Source

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