An open API service indexing awesome lists of open source software.

https://github.com/concretecms/translate.concretecms.org

Translation of Concrete core, themes and add-ons.
https://github.com/concretecms/translate.concretecms.org

Last synced: about 1 year ago
JSON representation

Translation of Concrete core, themes and add-ons.

Awesome Lists containing this project

README

          

# 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 --admin-email=your@email.com --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.