Friendica self host install help


!Friendica Support
Can anyone point me to a source of help for self host install of Friendica. I have tried every support email I have come across and they all bounced. I signed up on multiple Friendica instances and tried to access the Friendica forum site but no go. Any direction to a source of help would be appreciated. I have read the instructed and completed 95% of the install but I am stuck in the final stages.

Thanks

Friendica Support reshared this.

in reply to Michael 🇺🇦

@Michael 🇺🇦 @Friendica Support @Naturelchoice and what happens that you are calling "stuck"? I had a recent install fail strangely with a "page cannot be displayed" type message, which turned out to be someone had uninstalled one of the prerequisites because "no-one" was using it yet!
in reply to Naturelchoice

I downloaded the files and uploaded to folder on server through FTP but kept getting this error message when moving to configuration

Vendor path not found. Please execute "bin/composer.phar run install:prod" on the command line in the web root.

So I started over and installed from git hub using ssh. When I went to execute the final instructions to run
bin/composer.phar install --no-dev
I got an error message proc open not installed and is required. Got that installed and run the command. It pulls the archives but then asks me for a username and password
I tried my system username and password but no luck.
That is where I am stuck.
Working on a dedicated server running Apache and php 8.3 1 1TB storage 64 GB memory

Friendica Support reshared this.

in reply to MJ Ray

Already had php installed used the instructions found here
friendi.ca/resources/
To install using shell to an empty directory with the following commands from that page
> git clone github.com/friendica/friendica… -b develop .
$> git clone github.com/friendica/friendica… -b develop addon
$> bin/composer.phar install --no-dev
This last command to install composer is where to proc-open error occurred.
I don’t get that error anymore but after the download it asks for a username and password to continue
That is where I am currently stuck because it didn’t accept me system username and password.
I hope that is clearer.

Friendica Support reshared this.

in reply to Naturelchoice

!Friendica Support !FriendicaSupport
I found the cause but I don’t have a solution. The server that is supposed to call the final part of the install git.friendica.ca is off line. This has happened before apparently several times,
github.com/friendica/friendica…
Is there a work around or am I just stuck? Grateful appreciation for any help on this

Friendica Support reshared this.

in reply to xy..

Yeah the solution that was posted was to switch to use the package from here
digitalbazaar/php-json-ld
But I could only find one of the spots where the URL needed to be switched

"name": "friendica/json-ld",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/digitalbazaar/php-json-ld.git",
"reference": "fe18c3f2ce47f30ace904ef58e7416f933be25e1"

The others were

sed -i 's|git.friendi.ca/friendica/php-j… '/var/www/social/composer.lock'
And

sed -i 's/1f33c8766b5cfbecfbc2122238873debeed35fb6/fe18c3f2ce47f30ace904ef58e7416f933be25e1/g' '/var/www/social/composer.lock'


But could find the last two in the composer lock file which over 8400 lines
Thanks for continuing to explore a solution for this with me.

in reply to Naturelchoice

One more step forward and one more barrier to completing my install of Friendica. I was able to access git.friendica.ca sign up and get a user name and password for use when asked. But now the git clone fails and returns this error
Failed to execute git clone --no-checkout -- nat...ice:gr%...3xl@git.friend… /home/cfrli/cfl.com/html/friendica/vendor/friendica/json-ld

fatal: unable to access 'https://nat...ice:gr%...3xl@git.friendi.ca/friendica/php-json-ld/': Peer reports incompatible or unsupported protocol version.
Anyone know what this means

in reply to Naturelchoice

!Friendica Support
git clone fails and returns this error Anyone know what this means
Failed to execute git clone --no-checkout -- nat...ice:gr%...3xl@git.friend… /home/cfrli/cfl.com/html/friendica/vendor/friendica/json-ld

fatal: unable to access 'https://nat...ice:gr%...3xl@git.friendi.ca/friendica/php-json-ld/': Peer reports incompatible or unsupported protocol version.

Friendica Support reshared this.

⇧