Installation
Get a full Planet 4 development environment to your local machine
Last updated
Get a full Planet 4 development environment to your local machine
Last updated
We are using as a base and pulling all necessary themes and plugins so that you can develop for your website more easily.
and
and
curl
optional:
Install basic system dependencies:
Install docker and docker-compose. We prefer to install it from upstream, to have the latest version:
Add your user to the docker
group to avoid using sudo
on every command:
Refresh your group membership by running:
To verify that everything works you can just run the hello-world docker container:
Clone the develop repo:
Set node version:
Install npm packages:
Check the requirements:
Install default developer environment with:
For NRO developers, use instead:
Themes are installed under planet4/themes
the theme is usually cloned by the installer and should be modifiable right away
you can add or create any theme in this folder, it will be available in your local instance
Plugins are installed under planet4/plugins
you can add or create any plugin in this folder, it will be available in your local instance
See for details.