This repo contains the code for translation at concretecms.org.
- Clone this repo.
- Install dependencies by running
composer install
. - Install concrete5, making sure to select the
concrete_cms_translate
starting point. Here is an example of installation via the command line.
concrete/bin/concrete5 c5:install -vvv --db-server=localhost --db-database=concrete_cms_translate --db-username=user --db-password=password --starting-point=concrete_cms_translate [email protected] --admin-password=password
The concrete_cms_auth
package is a private package that is included during deploy via .gitlab-ci.yml
. If this
package needs updating, be sure to also update the composer.json
to include any dependencies concrete_cms_auth
may
need.