-
Notifications
You must be signed in to change notification settings - Fork 857
Open
Description
Referring to this guide:
https://virtocommerce.com/docs/latest/developer-guide/modules-development-via-docker/
Here are some improvements:
- Should be cross referenced right from the create new module guide: https://virtocommerce.com/docs/latest/developer-guide/create-new-module/ (which also needs to be simplified, especially since there is a VS.NET extension that makes most of it irrelevant).
- It needs to be structured in step by step manner, with details explanation provided at the bottom if needed.
- It should be made clear that the whole folder including .env file needs to be saved locally, for now it implies that only docker-compose.yaml needs to be downloaded (ideally that is the only file that should be required).
- Docker image naming for the platform is confusing, it still has "alpha" in it, when we do have a release.
- Image download from github fails by default with the following exception: ERROR: Service 'virtocommerce.platform.web' failed to build: Get https://docker.pkg.github.com/v2/virtocommerce/vc-platform/platform/manifests/dev-3.15.0-alpha.11532-56692a4d: no basic auth credentials. Should include detailed instructions on logging into github and getting a token.
- Missing instructions on removing environment.
- Missing instructions on what URL should be opened to launch platform.
Reactions are currently unavailable