Make sure you have proper dotnet Core version and nodejs version installed if you planning to setup NextJs with Sitecore XMCloud.
.Net Version is important to run Sitecore CLI where nodejs is mostly for nextjs and other commands .
Initial setup commands
iisreset /stop
Run .\init.ps1
.\up.ps1
Troubleshooting
iisreset /stop
./down.ps1
Most common docker command
docker compose up -d
docker compose stop
docker compose down
docker network ls
docker network rm {id of network} mostly this comes handy when _default network settings are already in use
No comments :
Post a Comment