Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Development (build from source)

1. Install and configure the necessary software

...

Docker-image of ECOS Community is based on CentOS 7.
Install docker https://docs.docker.com/v17.09/engine/installation/
Install docker-compose https://docs.docker.com/compose/install/
All required software is already installed.

Для There is a docker-compose file used to start all neccesary services of Citeck ECOS Community подготовлен docker-compose файл для запуска всех необходимых сервисов. В нём заложен запуск всех компонентов и ПО, необходимых для работы системы.
Для запуска выполните следующие шаги
We should do few steps:
1. Создать дерево каталогов для данных сервисовCreate directories for data of the services.

Paste code macro
languagebash
mkdir -p /opt/alfresco/{license,conf,solr4,content,logs,postgresql,ecos-ui}

2. Получить актуальный Obtain actual docker-compose.yaml

Paste code macro
languagebash
wget https://bitbucket.org/citeck/ecos-community/downloads/docker-compose.yaml

3. Запустить контейнерыStart containers

Paste code macro
languagebash
docker-compose up -d

4. Внести изменения в файл Make changes to /etc/hosts file

Paste code macro
languagebash
replace
127.0.0.1       localhostto127.0.0.1 localhost community-test

5.  В браузере перейти по адресу:Go to link in browser

Paste code macro
languagebash
http://community-test:8080/share/page

Для авторизации используем следующие учётные данныеAccount for authorizatipon:
Пользователь User - admin
Пароль Password - alfr3sc0

Журналы и данные приложений хранятся в каталоге Journals and applications data are stored at /opt/alfresco/

Развертывание сервисов с помощью docker-compose протестировано на ОС This manual tested for Ubintu 16.04 и and Centos 7


Operation check

In the event of faults in operation of the system, it is worth looking for a cause in the log files.

...