aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 682803d5b3d918643ac40048dde358167668231b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Arching Kaos Tools
==================

Description
-----------

This is an installable repo which provides various tools for running Arching Kaos and using it.

Requirements
------------
Some Linx machine which has installed bash or zsh, gpg, wget, curl, git and which.
Other shells maybe are working.

- bash (v5.1.8) or zsh (v5.8)
- gpg (v2.3.4)
- wget (v1.21.2)
- curl (v7.79.1)
- git (v2.34.1)
- which (v2.21)

Clone
-----

Write on your bash/zsh:
```
git clone https://github.com/arching-kaos/arching-kaos-tools
```

Install
-------
```
cd arching-kaos-tools
sh install.sh
```
Defaults
--------

Installs binaries and scripts on your $HOME folder.

TODO
----

 - [x] - Install on zsh (export ~/bin to $PATH in .zshrc file)
 - [x] - Install on bash (the same but to .bashrc file
 - [ ] - Make a useful tool of this

Tools

- IPFS tool (installer, checker, updater, swarm settings)
 - [x] - Installer
 - [x] - Checker
 - [x] - Updater
 - [x] - Swarm setting

- Rename IPFS tool to storage or something
 - [ ] - Modular (call per command)
 - [ ] - installer
 - [ ] - checker
 - [ ] - updater
 - [ ] - swarm setting

Examples
--------

You could use ZCHAIN with NEWS model. Or MIXTAPE model, or make your own.

Podman (or Docker)
------------------

There is a ContainerFile that you can use to build an image which you can then deploy in a container.

Use:

```
podman build -f ContainerFile -t arching-kaos-tools .
```