互站网
28人浏览/5人投稿
9小时前
待托管赏金
昨天还是好好的 重起服务器了 es不知道启动了 然后k线出不来安装es 网站根目录运行终端命令执行下列命令
1.
yum install java -y
2.
----------------------------es--------------------------
安装es
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
vi /etc/yum.repos.d/elasticsearch.repo
3.插入下面代码
shift+: 输入wq回车保存
5.
yum install elasticsearch
6.启动
service elasticsearch start
------------------------------------------------------
php artisan config:cache
------------------------------------------------------
计划任务添加脚本 然后执行
k线依赖
webmsgsender
cd /www/wwwroot/xxxxx/public/vendor/webmsgsender
php start.php restart -d
websocket
cd /www/wwwroot/xxxxx
php artisan websocket:client restart
autotask
cd /www/wwwroot/xxxxx/autotask
php server.php start