J4.x

J4.x:Setting Up Your Local Environment

From Joomla! Documentation

Revision as of 19:21, 20 July 2018 by Rdeutz (talk | contribs) (Created page with "With Joomla 4 we have changed the development process, it is not longer possible to clone the repository and have a usable Joomla installation. We follow here best practices a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

With Joomla 4 we have changed the development process, it is not longer possible to clone the repository and have a usable Joomla installation. We follow here best practices and have implemented a build process for the CMS.

Tools you need

  1. PHP
  2. composer
  3. node.js

Steps to setup the local environment

  1. Clone the repository
  2. run "composer install" within the cloned directory
  3. run "npm install" within the cloned directory
  4. run "npm run build:js" within the cloned directory
  5. run "npm run build:css" within the cloned directory