cancel
Showing results for 
Search instead for 
Did you mean: 

installation alfresco using ansible

marat
Champ on-the-rise
Champ on-the-rise

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

15 REPLIES 15

marat
Champ on-the-rise
Champ on-the-rise

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?

imageimage

marat
Champ on-the-rise
Champ on-the-rise

image

marat
Champ on-the-rise
Champ on-the-rise

It's opened.I entered two commands and i can open it.Thanks!

sudo firewall-cmd --permanent --add-service=http
$ sudo firewall-cmd --reload

EddieMay
World-Class Innovator
World-Class Innovator

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,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

venuchowdary
Champ in-the-making
Champ in-the-making

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

venuchowdary
Champ in-the-making
Champ in-the-making

use 

scp -pr /home/admin/alfresco-ansible-deployment-1.0.zip admin@192.168.241.138:/home/admin/