This commit is contained in:
qo-op 2020-05-03 04:22:27 +02:00
parent fcbbf0515d
commit 4832aaad84
1 changed files with 17 additions and 5 deletions

View File

@ -32,13 +32,25 @@ It's using:
**WARNING: This is an alpha stage development! Please try... Open issues and help corrections**
@qo-op
- Adapt [install_ipfs.sh](https://git.p2p.legal/axiom-team/astroport/src/master/.install/ipfs_alone.sh) to your OS and start “ipfs daemon”
- Create your “secret” 🔑 (and secret.dunikey) from credentials to benefit extra features 🛸
```
mkdir -p ~/.Z && cd ~/.Z
git clone https://git.p2p.legal/axiom-team/astroport.git && cd astroport
./install.sh
# Initialise ASTROPORT Station
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
```
It takes care of making backup and should run safe to your system now
You could have run it twice and answer "scuttlebutt" if it is missing.
Then... your station will connect its ipfs swarm to its ssb friends.
Choose the ScuttleButt client to monitor and add commands.
- Reward your likes wtih ssb-g1-tip
- New!! Activate GCHANGE publication
DEV
- Copy Audio and Video from Youtube.
- Publish contracts in ZenTag IPNS link to control ipfs availability of files.
NOTE!! If you already have SSB, IPFS and Silkaj instaled aready, just run
```