摘要:
安装nodejs,执行如下命令等待安装完成 curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash - sudo yum install nodejs -y 安装PM2 npm install pm2@latest --global 验证 阅读全文
posted @ 2021-12-29 16:34
刘奇云
阅读(1951)
评论(0)
推荐(0)
摘要:
cmd 到redis安装目录 redis-server.exe redis.window.conf 或redis-server redis.window.conf 以服务的形式启动redis: 1.安装服务redis-server –service-install redis.windows.con 阅读全文
posted @ 2021-12-29 15:46
刘奇云
阅读(2805)
评论(0)
推荐(0)