In order to configure the plugin you require the web location of a Beebox server, a project key and credentials. Please see the Prerequisites page.
...
Select the source language as configured in Beebox project.
Fill all Beebox connection details as shown below.
FieldDescriptionSource language The source language that is configured in your AEM site and Beebox project.
Server Url A URL pointing to the Beebox server. Supplied by the Beebox manager. Project Key A key identifying a Beebox project. Supplied by the Beebox manager. Login A login to access the Beebox. Supplied by the Beebox manager. Password A password to access the Beebox. Supplied by the Beebox manager. Optionally, configure the proxy settings by providing :
- Host: IP address of the proxy server.
- Port: Port on which the proxy server needs to run.
The proxy server can be authenticated by providing the authentication details as the username and its password.- Press Test, to check AEM site connection with Beebox should you have entered correct details Success message would be shown.
- Finally, press Submit.
Warning | ||
---|---|---|
| ||
There may be many reasons why a connection to the Beebox fails. See Troubleshooting. |
Language mapping
It can happen that the AEM langages codes differs from the Beebox language codes.
...
- In the AEM administration, select Beebox Translation Console.
On the right side on the page, press Settings then Languages Mappings.
Then, configure the AEM languages to map the Beebox locales.
The Path indicator is an optional user defined input.
If the user specifies path indicator, then the target path will be changed accordingly.E.g, for a site language as French (fr),
- Source path: /content/geometrixx-outdoors-4/en/men
- Target path: /content/geometrixx-outdoors-4/fr/men
If path indicator is specified as fr_FR, the target path would be as follows:
- Source path: /content/geometrixx-outdoors-4/en/men
- Target path: /content/geometrixx-outdoors-4/fr/fr_FR/men
Info | ||
---|---|---|
| ||
Path indicator is optional and one time configurable. It is advised not to change it as we will be consedering source lang through path. Once it is configured, translated pages will be created in the path configured. |
Language configuration
Status | ||||
---|---|---|---|---|
|
...
There is also a default asset language that will be used as a source language for the asset(doc, text files).
To configure languages:
- In the AEM administration, select Web Console (i.e. http://localhost:4502/system/console/configMgr)
- Search for a configuration named Beebox Language Configuration and edit it.
The following screen would come up.
Only these source and target languages will be available for translation.
Each source and target language are separated by “=”. Then, “English” with AEM language code as “en” would be represented as en=English
Other languages can be configured in a similar way, with AEM language code on left of “=“ and nice name on right-hand side.
Whitelist admin login
Status | ||||
---|---|---|---|---|
|
- In the AEM administration, select Web Console (i.e. http://localhost:4502/system/console/configMgr)
- Search for a configuration named Apache Sling Login Admin Whitelist and add beebox.beebox-bundle-Connector
Components configuration
By default, the connector is configured to translate the AEM default components only. If you use custom components in your AEM instance, you need to configure them in order to Beebox to know that components should be translated as well.
...
- In the configuration window, enter the base URL of your website and Save.
...