ERROR: Procfile.dev does not exist. #979
Answered
by
icyleaf
Gordon2780
asked this question in
Q&A
-
部署方式 | How to Deploy源码部署 | Source 部署版本 | Versionstable 反代服务 | Reverse Proxynone HTTPS 证书类型 | HTTPS(SSL)自签名证书 Self-signed SSL 已阅读文档 | Read the document
描述 | DescriptionMac Apple M1 cat Procfile.dev web: bin/rails server -p 3000 -b 0.0.0.0 问题日志 | Relevant log output➜ ~ cd development
➜ development cd zealot-4.5.3
➜ zealot-4.5.3 cd bi
cd: no such file or directory: bi
➜ zealot-4.5.3 cd bin
➜ bin dev
zsh: command not found: dev
➜ bin ./dev
Installing foreman...
Fetching foreman-0.87.2.gem
Successfully installed foreman-0.87.2
Parsing documentation for foreman-0.87.2
Installing ri documentation for foreman-0.87.2
Done installing documentation for foreman after 0 seconds
1 gem installed
ERROR: Procfile.dev does not exist.
➜ bin ./dev
ERROR: Procfile.dev does not exist.
➜ bin cd ~
➜ ~ cd zealot-develop
➜ zealot-develop cd bin
➜ bin ./dev
ERROR: Procfile.dev does not exist.
➜ bin cd ..
➜ zealot-develop cat Procfile.dev
web: bin/rails server -p 3000 -b 0.0.0.0
job: bin/sidekiq -C config/sidekiq.yml
js: yarn build --watch
css: yarn build:css --watch
➜ zealot-develop |
Beta Was this translation helpful? Give feedback.
Answered by
icyleaf
Dec 7, 2022
Replies: 1 comment 10 replies
-
在克隆项目之后所有的命令均在项目根目录执行 |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
icyleaf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在克隆项目之后所有的命令均在项目根目录执行