Installation
Last updated
Last updated
The Ignite packages are available for you to clone in a modified version of the .
The project is hosted on a public Bitbucket repo which can be cloned using the following command:
Change to the project folder and run the following command to initialize the codebase.
This runs composer install. As this is the first time being run, it is a composer update and calculates all dependencies.
Any local development tool should work, at we use DDEV. DDEV users can use the setup instructions below:
Run the following commands to initialize the project.
This command ensures the config/config.yml
is in place and has the domain set.
If DDEV is being used as the local environment, run the following command:
The following command will run a full Composer install and site installation using the Ignite Demo profile.
./scripts/build.sh
This will install the full Ignite Demo experience with sample content.
Congratulations, you have installed Ignite CMS!
For additional configuration options, see our .