-
Notifications
You must be signed in to change notification settings - Fork 1
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
Quickstart #22
base: master
Are you sure you want to change the base?
Quickstart #22
Conversation
160bec8
to
ae702e5
Compare
@@ -0,0 +1,80 @@ | |||
# Quickstart | |||
|
|||
We will setup a simple django app using kubeyard built-in template. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rename this document into quickstart_django.md or I would write down here that apart django there are other possibilities like flask.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not django specific quickstart docs. Django is only app, but we want to explain how to setup kubeyard
environment.
- **docker** - all files that will be in docker image such as: | ||
- Dockerfile - dockerfile based on python package image (many `ON BUILD` automagic). | ||
- requirements/ - all (compiled) requirements. In our example only python requirements. | ||
- source - application sources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any django-specific directories/files layout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All app files are located inside source directory, we don't care about framework directories layout
Do not merge before: #21