pm2 启动配置文件设置

C:\Users\Administrator\.pm2

ecosystem.config.js

module.exports = {
/**
* Application configuration section
* http://pm2.keymetrics.io/docs/usage/application-declaration/
*/
apps: [

// First application
{
name: ‘bookApi‘,
script: ‘D:/bookApi/bin/www‘,
watch: true,
env: {
"NODE_ENV": "development"
},
env_production: {
NODE_ENV: ‘production‘
}
},

// Second application
{
name: ‘musicApi‘,
script: ‘D:/musicApi/bin/www‘,
watch: true,
env: {
"NODE_ENV": "development"
},
env_production: {
NODE_ENV: ‘production‘
}
}
],

/**
* Deployment section
* http://pm2.keymetrics.io/docs/usage/deployment/
*/
deploy: {
production: {
user: ‘node‘,
host: ‘212.83.163.1‘,
ref: ‘origin/master‘,
repo: ‘[email protected]:repo.git‘,
path: ‘/var/www/production‘,
‘post-deploy‘: ‘npm install && pm2 reload ecosystem.config.js --env production‘
},
dev: {
user: ‘node‘,
host: ‘212.83.163.1‘,
ref: ‘origin/master‘,
repo: ‘[email protected]:repo.git‘,
path: ‘/var/www/development‘,
‘post-deploy‘: ‘npm install && pm2 reload ecosystem.config.js --env dev‘,
env: {
NODE_ENV: ‘dev‘
}
}
}
};

时间: 2024-10-20 12:08:20

pm2 启动配置文件设置的相关文章

Linux shell 启动配置文件设置

安装一个软件,最后生成的报告中,要求“To start using the EGSnrc system, activate your current configuration by adding the following lines to your favorite shell resource file: ” 刚开始没明白Shell resource file是什么意思.后来搜索才发现原来就是环境变量的配置文件. 每个shell的启动,执行命令和程序的机制,如何处理命令和程序的输入输出,以

Grub启动配置文件

和许多其他linux发行版一样,Fedora使用Grub作为32位和64位X86系统的启动加载器(bootloader).grub的配置文件主要是/boot/grub/grub.conf,而/boot/grub/menu.list是这个文件的软连接(soft link).该配置文件样式如下 # grub.conf generated by anaconda## Note that you do not have to rerun grub after making changes to this

【转载】Mini2440启动配置文件说明

对于mini2440,虽然root_qtopia这个文件系统的GUI是基于Qtopia的,但其初始化启动过程却是由大部分由busybox完成,Qtopia(qpe)只是在启动的最后阶段被开启. 由于默认的内核命令行上有init=/linuxrc, 因此,在文件系统被挂载后,运行的第一个程序是根目录下的linuxrc.这是一个指向/bin/busybox的链接,也就是说,系统起来后运行的第一 个程序也就是busybox本身.这种情况下,busybox首先将试图解析/etc/inittab来获取进一

linux 启动配置文件

#cd  /etc/inittab最后一行未改成注释的行是启动级别设置行. init 0 表示关机(不要设置成这个级别,否则系统会起不来) init 1 单用户模式 init 2 命令行模式 init 3 命令行网络模式(大多服务器都用这个级别) init 4 保留模式(未用到) init 5 图形化模式 init 6 重启(不要设置成6,否则系统一直重启)

android tips—开机引导启动wifi设置

在开机引导(Setupwizard,Guide)中都有关于wifi设置项,我得做法如下: Intent intent = new Intent(); intent.setClassName("com.android.settings", "com.android.settings.wifi.WifiSetupActivity"); intent.putExtra("firstRun",false); startActivity(intent);

iOS开发中的错误整理,启动图片设置了没有效果;单独创建xib需要注意的事项;图片取消系统渲染的快捷方式

一.启动图片设置了没有效果 解决方案:缓存啊!卸了程序重新安装吧!!!!! 二.单独创建xib需要注意的事项 三.图片取消系统渲染的快捷方式

Uboot启动参数设置

原文地址:Uboot启动参数设置 作者:luozhiyong131 配置uboot并运行Linux(tftp 和NFS 服务的使用) 在开发调试中建议使用tftp服务下载内核和NFS启动文件系统,这样方便调试 1)配置板子的 IP 地址: > setenv ipaddr 192.168.2.44 2) 配置板子的 Linux 服务器地址: > setenv serverip 192.168.2.202 3) 配置启动参数,设置为从 NFS 文件系统启动 setenv bootargs mem=

Nios II 系统从EPCS器件中启动的设置过程

先Reset Vector EPCS Exception Vector Ram工程Program memory ,Read-only data memory...均为RAM.Hardware Image选择 EPCS编译.编译:先把POF文件下载到EPCS中.放到最底层后通过FLASH PROGRAMER 将工程和.SOF文件下载到EPCS中复位启动即可. Nios II 系统从EPCS器件中启动的设置过程,布布扣,bubuko.com

Linux零基础入学之1-3 RHEL7基本命令操作和启动级别设置

§Linux零基础入学之1-3 RHEL7基本命令操作和启动级别设置 [本节内容] *Linux终端介绍 *shell提示符 *Bash shell基本语法 *基本命令的使用:ls.pwd.cd *查看系统折BIOS设置 *Linux如何获得帮助 *Linux关机命令:shutdown.init 0等 *Linux 7个启动级别 *设置服务器在来电后自动开机 [Linux终端介绍] tty    控制台终端 pts    代表虚拟终端 tty1-tty6 > 刚进入的图形界面(桌面)为tty1