Skip to content

Commit

Permalink
Update links for dep packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Liang Wang committed Dec 9, 2021
1 parent c24ffc1 commit dee3115
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@

</div>

# 重要提示

本代码库不再升级,所有的对智能对话机器人的支持将通过 [Chatopera 云服务](https://docs.chatopera.com) 提供,面向企业和开发者使用,资费或私有部署,查看[文档](https://docs.chatopera.com/products/chatbot-platform/contract/index.html)

目前,[Clause](https://github.com/chatopera/clause) 依然是可以用的,参考 [WIKI 文档](https://github.com/chatopera/clause/wiki)进行部署和搭建开发环境。

!!! Be cautious.

!!! This repo is retired, all good works are now delivering with [Chatopera Cloud Service](https://bot.chatopera.com/), a more sophisticated way to deliver good softwares for Enterprises and Developers.

In Chatopera, we believe Chatbots are the next application platform, with Chatopera Cloud Service, we get better development cycle for feedbacks and engagements with Enterprises and Developers. Please stick with Chatopera by using [Chatopera Cloud Service](https://bot.chatopera.com/).

# 重要提示

本代码库不再维护,所有的对智能对话机器人的支持将通过 [Chatopera 云服务](https://docs.chatopera.com) 提供,面向企业和开发者使用,资费或私有部署,查看[文档](https://docs.chatopera.com/products/chatbot-platform/contract/index.html)

Chatopera 相信,聊天机器人是下一代应用发布平台,未来“聊天即服务”。通过云服务的方式,Chatopera 可以有更快的迭代速度,获得企业和智能对话应用开发者的反馈,以及让 Chatopera 有更好的经济回报以保证更良性的循环。
---

# Clause

Expand Down
2 changes: 1 addition & 1 deletion cmake/system/001.corretto-jdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JDKNAME=java-1.8.0-amazon-corretto-jdk.deb
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
apt-get update && apt-get install -y --no-install-recommends publicsuffix ca-certificates wget java-common
cd /tmp
wget --no-check-certificate -O $JDKNAME https://static-public.chatopera.com/vendors/java/java-1.8.0-amazon-corretto-jdk_8.212.04-2_amd64.deb
wget --no-check-certificate -O $JDKNAME http://cdndownload2.chatopera.com/installation/clause/java-1.8.0-amazon-corretto-jdk_8.212.04-2_amd64.deb
dpkg --install $JDKNAME
rm -rf $JDKNAME
java -version
Expand Down
2 changes: 1 addition & 1 deletion cmake/system/001.nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# constants
baseDir=$(cd `dirname "$0"`;pwd)
# NODE LATEST https://nodejs.org/download/release/latest-v10.x/
NODEPKG=https://nodejs.org/download/release/latest-v10.x/node-v10.22.1-linux-x64.tar.gz
NODEPKG=https://nodejs.org/download/release/latest-v10.x/node-v10.24.1-linux-x64.tar.gz
SUDO_CMD=""
INSTALLDIR=/opt/node

Expand Down
2 changes: 1 addition & 1 deletion cmake/system/002.cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ wget -qO - https://apt.kitware.com/keys/kitware-archive-latest.asc |

$SUDO_CMD apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main'
$SUDO_CMD apt-get update
$SUDO_CMD apt-get install cmake
$SUDO_CMD apt-get install -yy cmake
cmake -version

if [ $? -eq 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion cmake/system/003.boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cd $OPTDIR

# Download source code
#$SUDO_CMD wget http://sourceforge.net/projects/boost/files/boost/$BOOST_VERSION_PATH_SUFFIX/boost_$BOOST_VERSION.zip
$SUDO_CMD wget https://static-public.chatopera.com/vendors/lib/boost/boost_$BOOST_VERSION.zip
$SUDO_CMD wget http://cdndownload2.chatopera.com/installation/clause/boost_$BOOST_VERSION.zip

# Extract archive
$SUDO_CMD unzip -qq boost_$BOOST_VERSION.zip
Expand Down

0 comments on commit dee3115

Please sign in to comment.