https://github.com/concretecms/documentation.concrete5.org
Documentation website
https://github.com/concretecms/documentation.concrete5.org
Last synced: about 1 year ago
JSON representation
Documentation website
- Host: GitHub
- URL: https://github.com/concretecms/documentation.concrete5.org
- Owner: concretecms
- Created: 2016-12-17T16:16:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T14:48:30.000Z (over 5 years ago)
- Last Synced: 2025-06-06T18:53:04.935Z (about 1 year ago)
- Language: PHP
- Size: 3.1 MB
- Stars: 7
- Watchers: 11
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# concrete5.org Documentation Website
This repo contains the source code for [documentation.concrete5.org](https://documentation.concrete5.org). It installs the shared concrete5.org theme, as well as a couple of add-ons.
## Installation Instructions.
1. Clone this repo.
2. Install dependencies by running `composer install`.
3. 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`