02-14-2023 12:38 PM
Hi,
I'm new. I make a new installation of Alfresco Community Ansible dev (1.1.1) Alf 7,1 on New CentOS 8 stream and it's OK.
Now I try to install last version from github Ansible Alfresco dev on new installation CentOS8 Stream. I can log in Share web site but when I try to create user, I receive : Impossible to create user. I dont saw any error message in /var/log/alfresco. Some others functions dont work like put photo on my admin profil. Import file ou create folder. I can create Site but a cannot put any files... I think that I need to do more in the installation or configuration. Here it's what I do:
Boot on new installation VMware of CentOS 8 stream
Login as root
mkdir Ansible
cd Ansible
wget https://github.com/Alfresco/alfresco-ansible-deployment/archive/refs/heads/master.zip
yum -y install epel-release
yum -y update
yum groupinstall "Development Tools" -y
yum -y install libffi-devel
wget https://www.python.org/ftp/python/3.11.2/Python-3.11.2.tgz
tar xvfz Python-3.11.2.tgz
cd Python-3.11.2/
./configure --enable-optimizations
make altinstall
cd /usr/bin
\rm python3
ln -s /usr/local/bin/python3.11
\rm pip3
ln -s /usr/local/bin/pip3.11 pip3
ln -s /usr/local/bin/python3.11 python3
\rm pydoc3
ln -s /usr/local/bin/pydoc3.11 pydoc3
python3 --version
pip3 --version
pip3 install --user pipenv
pipenv
pip3.11 install --upgrade pip
pip3 install --user pipenv
pipewircurl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python3
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python3
pipenv
cd /root/Ansible/
unzip master.zip
cd /root/Ansible/alfresco-ansible-deployment-master/roles/transformers/vars/
cp RedHat8.yml CentOS8.yml
cd /root/Ansible/alfresco-ansible-deployment-master/playbooks
pipenv install --deploy
cd ..
pipenv run ansible-galaxy install -r requirements.yml
pipenv run ansible-playbook playbooks/acs.yml -i inventory_local.yml -e "@community-extra-vars.yml" -e autogen_unsecure_secrets=true
Any clue?
Luc Turbide
Université de Montréal.
02-16-2023 02:14 PM
Ok FIX: Put cors.enable=false
Explore our Alfresco products with the links below. Use labels to filter content by product module.