This commit is contained in:
qo-op 2020-05-11 00:10:20 +02:00
parent 57f9381c58
commit 6e0f5ac836
1 changed files with 13 additions and 4 deletions

View File

@ -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 !!