This commit is contained in:
qo-op 2020-05-14 04:12:13 +02:00
parent 5900f8a8a2
commit 74ed87d1c2
1 changed files with 5 additions and 9 deletions

View File

@ -64,8 +64,8 @@ Share the same ~/.ipfs/swarm.key with your friends to "HARDEN" your shield
### 0 - OPTIONNAL : Create a new user "pi" ### 0 - OPTIONNAL : Create a new user "pi"
This will be the user running "ipfs daemon" and Astroport Station bash Only if you don't have "ipfs daemon" already running !!
continue the install with the user you are already using instead.
``` ```
adduser pi adduser pi
@ -73,6 +73,7 @@ usermod -aG sudo pi
su - pi su - pi
``` ```
### 1 - IPFS - **Install and start “ipfs daemon”** ### 1 - IPFS - **Install and start “ipfs daemon”**
WE ENCOURAGE YOU TO READ CODE YOU ARE DOWNLOADING AND EXECUTING WE ENCOURAGE YOU TO READ CODE YOU ARE DOWNLOADING AND EXECUTING
@ -96,19 +97,14 @@ curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alon
### 2 - G1 SSB - **Create your “secrets” 🔑 from credentials and activate your Astroport Station 🛸** ### 2 - G1 SSB - **Create your “secrets” 🔑 from credentials and activate your Astroport Station 🛸**
[code generating your G1SSB Identity](https://git.p2p.legal/axiom-team/astroport/src/master/zen/tools/make_G1SSB_secret.sh). [Look at the code generating your G1SSB Identity](https://git.p2p.legal/axiom-team/astroport/src/master/zen/tools/make_G1SSB_secret.sh).
``` ```
# Initialise G1 + SSB + goodies... Takes time reading the code...
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh -o ./installA.sh
[[ $(which xed) ]] && xed ./installA.sh || echo "Open and read vi ./installA.sh"
echo 'Once done. Hit ^C and continue install'
# ONCE YOU READ and AGREE. Run TrustFull QUICK Install !! # ONCE YOU READ and AGREE. Run TrustFull QUICK Install !!
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash
``` ```
**Astroport #Swarm0 is your "Virtual Private IPFS Swarm" with Scuttlebutt friends** **Astroport #Swarm0 makes you enter a "Virtual Private IPFS Swarm" shared with Scuttlebutt friends**
If you follow previous explanations. If you follow previous explanations.
This had downloaded this whole git, then install and configure various opensource softwares This had downloaded this whole git, then install and configure various opensource softwares