This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
Chatwoot
Watch
1
Star
0
Fork
You've already forked Chatwoot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
c36b4279ac
Chatwoot
/
Procfile.dev
2 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
[#260] One click deploy to heroku (#275) * [#260] One click deploy to heroku * Added app.json file for Heroku deployment * Made changes in Procfile to accept the PORT as env variable * Added the one click button in README.md * Change readme and link * Alignment of button in Readme * Changing redis to free plan * Removed node-js build-pack * Changed the post-deploy script to be rake db:migrate * Removed web concurrency variable from app.json for heroku * Changed the link to chatwoot logo referenced in app.json * Changed postdeploy hook * Changed logo to be raw content from github * Changed the SMTP variables * Added optional conditional for sending mail * Changed the naming of SMTP variables * Having logo as base 64 encoded image for heroku deploy page * Fixed key not found error for SMTP variables * Correcting the specs for conversation assignment mailer * Spec rubocop fixes * Spec rubocop fixes * Added the link to master for heroku app.json
2019-11-24 11:49:14 +00:00
backend: bin/rails s -p ${PORT:=3000}
Initial Commit Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
2019-08-14 09:48:44 +00:00
frontend: bin/webpack-dev-server
Reference in a new issue
Copy permalink