文件名称:meteoric.sh:将 Meteor 应用程序部署到 EC2(或您自己的服务器)
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-19 11:42:44
Shell
流星 在 EC2(或您自己的服务器)上部署 Meteor 如何安装和更新 安装(或更新) meteoric的最简单方法是使用 curl: $ curl -s https://raw.githubusercontent.com/julien-c/meteoric.sh/master/install | sh 您可能需要sudo以使脚本符号链接meteoric到您的/usr/local/bin 。 如何使用 在您的项目文件夹中创建一个名为meteoric.config.sh的 conf 文件,设置以下环境变量: # IP or URL of the server you want to deploy to APP_HOST=meteor.julien-c.fr # If you want a different ROOT_URL, when using a load balancer
【文件预览】:
meteoric.sh-master
----README.md(2KB)
----meteoric.config.sh(1KB)
----meteoric.sh(3KB)
----install(283B)