Git Product home page Git Product logo

Comments (3)

Mizagorn avatar Mizagorn commented on August 13, 2024 1

Thanks @lots0logs! I gave that a whirl and got really close, but never actually got it all sorted out. I wound up going with XAMPP and PowerShell, and that was only about a 45 minute process to get the whole thing set up. Things are working as expect now!

from create-divi-extension.

Mizagorn avatar Mizagorn commented on August 13, 2024

As mentioned above regarding '&&'... since Docker for Windows shows Powershell examples, you might want to specify a separate two commands at https://www.elegantthemes.com/documentation/developers/divi-development-environment/

As such:
PS C:\users\terry\docker> docker-compose up -d && docker-compose exec -u 1000 wordpress divi-dev setup
At line:1 char:22
docker-compose up -d && docker-compose exec -u 1000 wordpress divi-de ...
~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine

Just a suggestion. 😄

from create-divi-extension.

lots0logs avatar lots0logs commented on August 13, 2024

Could you try running the commands from inside WSL? The config expects the PWD environment variable to be set which is why its failing. Also IIRC, instead of docker-compose you will need to use docker-compose.exe when running the command.

from create-divi-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.