diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-11 16:58:08 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-11 16:58:08 -0500 | 
| commit | 9ebf003cf1e36b38979c57fc8d0611fbe8a81e71 (patch) | |
| tree | de344c3aa6396bc34bc33a0f6120a97e7e79017d /README.md | |
| download | astroconda-releases-9ebf003cf1e36b38979c57fc8d0611fbe8a81e71.tar.gz | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 | 
1 files changed, 30 insertions, 0 deletions
| diff --git a/README.md b/README.md new file mode 100644 index 0000000..c68741c --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +**This repository is used for preparing and recording deliveries.** + +The release notes for each build are tracked and stored with the astroconda spec build which recreates the environment that was delivered + + +Installing a fresh pipeline environment +======================================= + +- Install Miniconda3 +``` +    # Miniconda (if preferred) + +    $ wget https://repo.continuum.io/miniconda/Miniconda2-4.1.11-Linux-x86_64.sh +    $ bash Miniconda3-4.0.5-Linux-x86_64.sh +    $ export PATH=$HOME/miniconda3/bin:$PATH +``` + +Notes +----- +A fresh installation of Miniconda3 is not required for each release. The method described here allows multiple, entirely segregated pipeline installations: + +For existing Miniconda3 installations: +``` +$ conda create -n %NAME_%YEAR_%BUILD --file http://ssb.stsci.edu/conda/%NAME-%YEAR.$BUILD/%NAME-%YEAR.%BUILD-%PLATFORM-%PYTHON_VERSION.%ITERATION.txt +``` + +As bug fixes are announced, your pipeline software may be updated by issuing the command: +``` +    $ conda update --file http://ssb.stsci.edu/conda/%NAME-%YEAR.$BUILD/%NAME-%YEAR.%BUILD-%PLATFORM-%PYTHON_VERSION.%ITERATION.txt +``` | 
