Commit 59ce47d1 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

install

parent fb55e2f5
echo "CSST-DFS-API Installer" echo "CSST-DFS-API Installer"
echo "==============================================" echo "=============================================="
if [ $# != 1 ] ; then version=""
if [ $# == 0 ] ; then
version=""
elif [ $# == 1 ] ; then
version="@$1"
else
echo "USAGE: $0 [version]" echo "USAGE: $0 [version]"
echo " e.g.: $0 v0.0.1" echo " e.g.: $0 v0.0.1"
exit 1; exit 1;
fi fi
version=$1
pip uninstall csst-dfs-api-local -y pip uninstall csst-dfs-api-local -y
pip uninstall csst-dfs-api-cluster -y pip uninstall csst-dfs-api-cluster -y
...@@ -17,14 +21,14 @@ pip uninstall csst-dfs-api -y ...@@ -17,14 +21,14 @@ pip uninstall csst-dfs-api -y
echo "Installing.....Version:$version" echo "Installing.....Version:$version"
echo "==============================================" echo "=============================================="
echo "1/5" echo "1/5"
pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-commons.git@$version pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-commons.git$version
echo "2/5" echo "2/5"
pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-proto-py.git@$version pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-proto-py.git$version
echo "3/5" echo "3/5"
pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-local.git@$version pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-local.git$version
echo "4/5" echo "4/5"
pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-cluster.git@$version pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-cluster.git$version
echo "5/5" echo "5/5"
pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api.git@$version pip install git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api.git$version
echo "==============================================" echo "=============================================="
echo "Done!" echo "Done!"
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment