Run-through and observations
With version 0.12.1
It's possible to install the CLI using a simple one-step script or installer, but we've not documented the command.
Go here: https://developer.shopware.com/docs/products/cli/ to install (Homebrew)
Step 1. shopware-cli project create
Step 2. Select version
Step 3. Select "Advanced Options"
- chose "yes"
- from options "None," "PaaS powered by Shopware", "PaaS powered by Platform.sh", "Deployer (SSH based zero-downtime) I chose "none"
This time I didn't have Docker running. Got a FATAL error (exit status 1). Kicked me out of the workflow. I started over.
Saw "Installing dependencies" with little timer icon. Nice. But this really takes a while.
Step 4. "Select your CI/CD platform for automated testing and deployment"
- from options "None," "GitHub Actions", and "GitLab CI" I chose "none"
Step 5. Optional: Select additional features to enable
- From options "Initialize Git Repository", "Local Docker Setup", "AMQP Queue Support", "Setup Elasticsearch/OpenSearch support" I picked the Local Docker Setup
- Got this (nice)
Step 6. Continue with "Start Developing" flow from DevDocs (sort of)
From previous try/version
Step 2. WARNING shopware/core (>=6.7) blah blah popped up and I had to choose from this menu:
y → Add Docker setup (recommended)
n → Skip Docker setup
p → Always add for this project
x → Never add for this project
Run-through and observations
With version 0.12.1
It's possible to install the CLI using a simple one-step script or installer, but we've not documented the command.
Go here: https://developer.shopware.com/docs/products/cli/ to install (Homebrew)
Step 1. shopware-cli project create
Step 2. Select version
project createinfo thereStep 3. Select "Advanced Options"
This time I didn't have Docker running. Got a FATAL error (exit status 1). Kicked me out of the workflow. I started over.
Saw "Installing dependencies" with little timer icon. Nice. But this really takes a while.
Step 4. "Select your CI/CD platform for automated testing and deployment"
Step 5. Optional: Select additional features to enable
cd louie && make upanddocker compose up -dappeared; I see containers, they're green/healthymake setup; "Nothing to install, update or remove/Generating optimized autoload files" hangs a whileStep 6. Continue with "Start Developing" flow from DevDocs (sort of)
.env.localbeingAPP_ENV=prodand notAPP_ENV=devmake shellbin/consoleand got the long list of CLI commandsFrom previous try/version
Step 2. WARNING shopware/core (>=6.7) blah blah popped up and I had to choose from this menu:
y→ Add Docker setup (recommended)n→ Skip Docker setupp→ Always add for this projectx→ Never add for this project