From 6e0f5ac836c5de3bb1810033a9a11ba5efb186cb Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 11 May 2020 00:10:20 +0200 Subject: [PATCH] pi --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3d6de2..5c7b58f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Astroport is an ecosystem of several open sources applications forming a global It's using: - ScuttleButt for slow communication layer - IPFS for media transport rapid layer and Node swarm data exchange -- Libre currency Duniter/Ḡ1 as monetary layer / 1G1 = 100Zen / fixed exchange rate +- Libre currency Duniter/Ḡ1 as monetary layer / 1 G1 = 100 Zen (possible variable exchange rate) Astroport is forging a Key compatible with this digital tools and Universe. So you can use them together with Patchwork, Cesium and Gchange as of now. @@ -52,10 +52,18 @@ A special view and access to its network and data through friends only. #swarm0 is the inner IPFS Metaverse structure and shape. ## Installation -**WARNING: This is an alpha stage development! Please try... Open issues and help corrections** +**WARNING: This is an alpha stage development! Please try... Open issues and help corrections PLEASE** @qo-op +0 - OPTIONAL BUT BETTER FOR TESTING : Create a new user "pi" + +``` +adduser pi +usermod -aG sudo pi +su - pi +``` + 1 - **Run [.install/ipfs_alone.sh](https://git.p2p.legal/axiom-team/astroport/src/master/.install/ipfs_alone.sh) and start “ipfs daemon”** ``` @@ -77,9 +85,10 @@ SystemD ARM & x86_64 compatible. PLEASE Add you yet unsupported Arch ;) # Initialise ASTROPORT Station and 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 chmod +x ./installA.sh -./installA.sh +[[ $(which xed) ]] && xed ./installA.sh +^C -# Trustfull QUICKER 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 # When CODE will be ready for release, this links will come from "ipfs get / cat" commands !!