06-22-2021 06:16 AM
scp -i <yourpem-file> <local-path>/alfresco-ansible-deployment-<version>.zip centos@<control-node-ip>:/home/centos/
Could you tell me pls what command i must write to transfer Transfer the ZIP file to the control node and SSH into the machine:
I have admin username,192.168.241.138 ip address,and i downloaded alfresco-ansible-deployment-1.0.zip
The path to this file is /home/admin/alfresco-ansible-deployment-1.0.zip
I write this command there is an error appear
scp -i /home/admin/alfresco-ansible-deployment-1.0.zip admin@192.168.241.138:/home/admin/
usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 ... [[user@]host2:]file2
06-28-2021 11:43 AM
No i can't enter my server from another computer.I saw my ip address.I can enter alfresco from centos using ip address
but i can't enter alfresco from windows 10(other computer)
Maybe i should choose single machine installation instead of local installation?Or local installation should work too?
06-28-2021 11:46 AM
06-28-2021 12:13 PM
It's opened.I entered two commands and i can open it.Thanks!
sudo firewall-cmd --permanent --add-service=http
$ sudo firewall-cmd --reload
06-30-2021 08:57 AM
Hi @marat
Great that you have it working. Would you like to accept this as a solution?
Also, feel free to create a thread explaining the steps you took to get it to work - that would be really helpful to other users.
Cheers,
07-01-2021 04:45 AM
follow these steps and try again
wget https://downloadarchive.documentfoundation.org/libreoffice/old/6.3.5.1/rpm/x86_64/
tar -zxvf LibreOffice_6.3.5.1_Linux_x86-64_rpm.tar.gz
cd LibreOffice_6.3.5.1_Linux_x86-64_rpm
yum localinstall *.rpm
07-01-2021 04:40 AM
use
scp -pr /home/admin/alfresco-ansible-deployment-1.0.zip admin@192.168.241.138:/home/admin/
Explore our Alfresco products with the links below. Use labels to filter content by product module.