Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 854 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 854 Bytes

translate.concretecms.com

This repo contains the code for translation at concretecms.org.

Installation Instructions.

  1. Clone this repo.
  2. Install dependencies by running composer install.
  3. 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

Concrete CMS Auth package

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.