Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting

...

Once installed, download the site you would like to work on.

Kalabox

...

  1. Sping up the panthoen kalablog2 site with
    kbox create pantheon

...

  1.  
  2.  After it is finished, open

...

  1. the /config/nginx/drupal8.conf
     

...

  1. Change all /code

...

  1.  to /code/web, save & exit.

...

  1.  
  2. Go into the instance
    cd ~/Kalabox/kalablog2/code
     

...

  1. Now rebuild it
    kbox rebuild && kbox start
     

...

  1. Set up the site with Composer
    kbox composer install
     

...

  1. Build the styleguide with Node
    kbox npm install

Docker Compose

...

  1. Set up the site with Composer
    docker-compose run php composer install

...


  1. Build the styleguide with Node
    docker-compose run node npm install

...


  1. Start the web server:
    docker-compose up

...


  1. Visit http://localhost:8000/