Quick Start

  1. Verify you have Git and Docker installed:
    • Windows: Follow the guides for Git and Docker Desktop.
    • Mac: Install Homebrew and use:
      brew install git docker.
    • Linux: Use your distribution's package manager:
      Ubuntu/Debian: sudo apt install git docker.io
      Fedora: sudo dnf install git docker
  2. Create a directory and enter it from the command line:
    mkdir simplon-php-tutorial
    cd simplon-php-tutorial
  3. Clone the repository with:
    git clone https://github.com/SimplOnPHP/simplon-php
  4. Create and run the containers with:
    docker-compose up --build -d
  5. Review and edit your code in:
    htdocs/
  6. Open your browser at the following address and continue with the tutorial:
 

Remember that to: