...
- Visit https://github.com/collectionspace/services/tags
Click the link for the appropriate version; e.g.
v
for version
.zipWiki Markup {multi-excerpt-include:pageTitle=VERSION INCLUSIONS|name=CSPACE-VERSION|nopanel=true}
Wiki Markup {multi-excerpt-include:pageTitle=VERSION INCLUSIONS|name=CSPACE-VERSION|nopanel=true}
v7.0.1.zip
for version 7.0.1. (Both.zip
and.tar.gz
downloads are available.)- Unzip (or otherwise expand) the downloaded file.
...
Be sure to substitute your desired version number, such as v
Wiki Markup {multi-excerpt-include:pageTitle=VERSION INCLUSIONS|name=CSPACE-VERSION|nopanel=true}
v7.0.1
, for {version_number_goes_here
} in the command above, as in this example:
Code Block |
---|
git checkout v7.0.1 |
To work with the stable Services layer source code for a particular version of CollectionSpace, in a newly-created local branch - a place in which you can make your own changes based on that version:
...
Be sure to substitute your branch name for {your_branch_name_goes_here}, and the desired version number, such as v
Wiki Markup {multi-excerpt-include:pageTitle=VERSION INCLUSIONS|name=CSPACE-VERSION|nopanel=true}
v7.0.1
, for {version_number_goes_here
} in the command above, as in this example:
Code Block |
---|
git checkout -b mybranch v7.0.1 |
Tip | ||
---|---|---|
To view a list of available version numbers, each representing the stable Services source code ("tagged" release) for a particular version of CollectionSpace:
|
...