Need IPFS Installation Documents

Dear Team,

Could you Please share updated/latest IPFS installation documents ?

Thanks
Maruti

Something more than Command-line quick start | IPFS Docs ?

thanks for the reply

we have install as per following Instructions - Building Private IPFS Network with IPFS-Cluster for Data Replication, and after that we are getting error pasted below
tech@ip-172-31-37-203:~/.ipfs$ sudo systemctl enable ipfs
Created symlink /etc/systemd/system/multi-user.target.wants/ipfs.service → /etc/systemd/system/ipfs.service.
tech@ip-172-31-37-203:~/.ipfs$ sudo systemctl start ipfs
tech@ip-172-31-37-203:~/.ipfs$ sudo systemctl status ipfs
● ipfs.service - IPFS Daemon
Loaded: loaded (/etc/systemd/system/ipfs.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2022-05-17 05:19:02 UTC; 6s ago
Process: 283019 ExecStart=/usr/local/bin/ipfs daemon --enable-namesys-pubsub (code=exited, status=1/FAILURE)
Main PID: 283019 (code=exited, status=1/FAILURE)

May 17 05:19:01 ip-172-31-37-203 systemd[1]: Started IPFS Daemon.
May 17 05:19:02 ip-172-31-37-203 ipfs[283019]: Initializing daemon…
May 17 05:19:02 ip-172-31-37-203 ipfs[283019]: go-ipfs version: 0.12.2
May 17 05:19:02 ip-172-31-37-203 ipfs[283019]: Repo version: 12
May 17 05:19:02 ip-172-31-37-203 ipfs[283019]: System version: amd64/linux
May 17 05:19:02 ip-172-31-37-203 ipfs[283019]: Golang version: go1.16.15
May 17 05:19:02 ip-172-31-37-203 ipfs[283019]: 2022-05-17T05:19:02.150Z ERROR cmd/ipfs ipfs/daemon.go:430 error from node construction: could not build argument>
May 17 05:19:02 ip-172-31-37-203 ipfs[283019]: Error: could not build arguments for function “github.com/ipfs/go-ipfs/core/node”.PeerWith.func1 (github.com/ipfs/go-ipfs@v0.12.2/core/node/p>
May 17 05:19:02 ip-172-31-37-203 systemd[1]: ipfs.service: Main process exited, code=exited, status=1/FAILURE
May 17 05:19:02 ip-172-31-37-203 systemd[1]: ipfs.service: Failed with result ‘exit-code’.

Please help

Thanks
Maruti