Configurare un ambiente di sviluppo locale

Come configurare un ambiente di sviluppo locale per lo sviluppo di Edge Delivery Services.

Passaggi descritti nel video

  1. Installare le CLI di AEM

    code language-none
    $ sudo npm install -g @adobe/aem-cli
    
  2. Cambia la directory nella directory del progetto che è un archivio Git creato dal modello AEM standard.

    code language-none
    $ git clone git@github.com:my-org/my-project.git
    $ cd my-project
    
  3. Esegui le CLI di AEM per avviare l’istanza AEM locale.

    code language-none
    $ pwd
      /Users/my-user/my-project
    
    $ aem up
        ___    ________  ___                          __      __
       /   |  / ____/  |/  /  _____(_)___ ___  __  __/ /___ _/ /_____  _____
      / /| | / __/ / /|_/ /  / ___/ / __ `__ \/ / / / / __ `/ __/ __ \/ ___/
     / ___ |/ /___/ /  / /  (__  ) / / / / / / /_/ / / /_/ / /_/ /_/ / /
    /_/  |_/_____/_/  /_/  /____/_/_/ /_/ /_/\__,_/_/\__,_/\__/\____/_/
    
    info: Starting AEM dev server vx.x.x
    info: Local AEM dev server up and running: http://localhost:3000/
    info: Enabled reverse proxy to https://main--my-project--my-org.hlx.page
    opening default browser: http://localhost:3000/
    
  4. Apri http://localhost:3000/ nel browser web per visualizzare il tuo sito web AEM.

recommendation-more-help
bb44cebf-d964-4e3c-b64e-ce882243fe4d