IM聊天服务启动脚本

前段时间参与了一个即时通信的项目开发,项目需求相对简单,做一个即时通信软件,就是聊天软件,经过团队讨论思考后,决定采取二次开发的方法,在现有的代码包基础上增加删除功能。以下是系统开发中遇到的一些技术问题,记录到下边。
cd /opt/redis-4.0.1
sh /opt/redis-4.0.1/start
redis 内存数据库,加快数据读写速度。
cd /opt/mongodb-3.4.0
sh /opt/mongodb-3.4.0/start

cd /opt/rocketmq-all-4.3.2-bin-release
sh /opt/rocketmq-all-4.3.2-bin-release/mqStart

cd /opt/tigase-server-7.1.3-b4482
sh /opt/tigase-server-7.1.3-b4482/start

cd /opt/message-push
sh /opt/message-push/start

cd /opt/upload
sh /opt/upload/start

cd /opt/spring-boot-imapi
sh /opt/spring-boot-imapi/start

cd /opt/nginx-1.9.11
sh /opt/nginx-1.9.11/start

java后台开发
PC端开发
android端开发

你可能感兴趣的:(java,数据库,mongodb)