This repo contains the source code for documentation.concrete5.org. It installs the shared concrete5.org theme, as well as a couple of add-ons.
- Clone this repo.
- Install dependencies by running
composer install
. - Install concrete5, making sure to select the
concrete5_documentation
starting point. Here is an example of installation via the command line.
concrete/bin/concrete5 c5:install -vvv --db-server=localhost --db-database=concrete5_documentation --db-username=user --db-password=password --starting-point=concrete5_documentation --admin-email=your@email.com --admin-password=password