siwapp:Ruby On Rails中的在线发票管理

时间:2021-02-01 01:11:06
【文件属性】:
文件名称:siwapp:Ruby On Rails中的在线发票管理
文件大小:411KB
文件格式:ZIP
更新时间:2021-02-01 01:11:06
ruby heroku rails invoicing invoice 西瓦普 在线发票管理。 参见(用户: ,密码:secret)。 SMTP配置 为了能够通过该应用程序发送电子邮件,必须在系统中配置以下环境变量: SMTP_HOST SMTP_PORT SMTP_DOMAIN SMTP_USER SMTP_PASSWORD SMTP_AUTHENTICATION (plain | login | cram_md5) SMTP_ENABLE_STARTTLS_AUTO (set to 1 to enable it) 如何在Heroku上安装 首先将siwapp存储库克隆到您的计算机中: $ git clone git@github.com:siwapp/siwapp.git $ cd siwapp 在heroku中创建应用程序(我们假设您在终端中登录了heroku)。 在这里,我们将应用程序称为“ siwapp-demo”,但可以选择任意内容。 $ heroku apps:create siwapp-demo $ heroku apps:create --region eu --buildpack heroku/ruby siwapp-demo

网友评论