Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CentOS 7 系统下idp4.1.7升级到v4.3.2的步骤,升级前,请将之前的idp3的步骤,升级前,请将之前的idp.home路径做好备份,以防万一。


1、下载最新的idp4.3.2软件包。3软件包。

Code Block
languagebash
[carsi@www ~]$ curl -O  https://ds.carsi.edu.cn/4.3inst/v1/shibboleth-identity-provider-4.3.23.tar.gz

2、解压缩,并进入到解压后的路径下。

Code Block
languagebash
[carsi@www ~]$ tar -zxf shibboleth-identity-provider-4.3.23.tar.gz
[carsi@www ~]$ cd shibboleth-identity-provider-4.3.23

3、运行./bin/install.sh。确保指定之前idp相同的安装路径。如果路径不一致,则是重新安装,而非升级。

Code Block
languagebash
[carsi@idp431-cas shibboleth-identity-provider-4.3.23]$ sudo ./bin/install.sh

4、重新build war文件:运行idp.home/bin/build.sh  

Code Block
languagebash
[carsi@idp431-cas shibboleth-identity-provider-4.3.23]$ cd /opt/shibboleth-idp
[carsi@idp431-cas bin]$ sudo ./bin/build.sh

...