Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gerapy构建docker的文件中,run.sh文件编写错误 #264

Open
Spider-sun opened this issue Apr 8, 2023 · 1 comment
Open

gerapy构建docker的文件中,run.sh文件编写错误 #264

Spider-sun opened this issue Apr 8, 2023 · 1 comment
Assignees
Labels

Comments

@Spider-sun
Copy link

原文中给出的run.sh为:
gerapy init
gerapy migrate
gerapy initadmin
gerapy runserver 0.0.0.0:8000

应该为:
gerapy init
cd gerapy
gerapy migrate
gerapy initadmin
gerapy runserver 0.0.0.0:8000

否则会因为缺少projects文件而运行出问题

@6RUN0
Copy link
Contributor

6RUN0 commented Jul 3, 2023

gerapy init .
gerapy migrate
gerapy initadmin
gerapy runserver 0.0.0.0:8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants