-
Notifications
You must be signed in to change notification settings - Fork 57
Update ffa6653a-7d0e-41cc-a24e-074752b2ce1e.md #274
base: master
Are you sure you want to change the base?
Conversation
> | ||
> Outcome: | ||
> - You know how to quickly set up Spryker in a local environment. | ||
In this guide we are going to launch an existing Spryker project in Docker containers on a local developemnt machine, |
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.
Clearly set epxectations.
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.
Focus only on Dev mode. Once concern per page, please.
Production specification is more complex than a snippet on this page :)
@@ -58,31 +50,8 @@ Depending on your requirements, you can select any combination of the following | |||
- `--assets` - build assets | |||
- `--data` - fetch new demo data | |||
|
|||
|
|||
## Setting up a production-like environment |
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.
@sprymiker please split into a separate page, if we still don't have one.
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.
And there is nothing quick in the launching production env
- `--assets` - build assets | ||
- `--data` - get new demo data | ||
|
||
Here you go! Now every Spryker Application of your project is running in a separate Docker container and |
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.
@sprymiker could you add, how can I confirm a successful installation,
what links to use? or maybe a healthcheck run?
|
||
2. Clone the latest version of the Docker SDK: | ||
2. Clone the latest version of the Docker SDK into the project root folder: |
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.
@sprymiker we need to place a correct docker.yaml to the root,
if I didn't have any Docker SDK before.
What template should I use?
How does the template correlate to the version of Docker?
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.
If you use demoshop boilerplate, you already have a bunch of deploy.yml files inside. If you did not use it for more than 2 years you will need an integration guide anyway.
Also one template does cover only one case, therefore we probably need multiple templates. So I assume we can just direct users to our demoshops boilerplates.
> | ||
> Outcome: | ||
> - You know how to quickly set up Spryker in a local environment. | ||
In this guide we are going to launch an existing Spryker project in Docker containers on a local developemnt machine, |
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.
developemnt -> development
- `--data` - get new demo data | ||
|
||
Here you go! Now every Spryker Application of your project is running in a separate Docker container and | ||
you can continue writing amazing code using Docker environment! |
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 am not sure this is a place of stilted phrases here....
The primal source of this document is in docker/sdk repo. @andriitserkovnyi Please, manage these changes. Thanks |
No description provided.