1
1
Fork 1
This is the public repository of the Sovereign Stack bash scripts. https://www.sovereign-stack.org
Go to file
Derek Smith 6a7296a91b
Changed hosting provider and to --aws; default lxd
2022-05-24 14:11:58 -04:00
deployment Moved files. 2022-05-20 11:06:41 -04:00
.gitignore Improved install.sh speed. 2022-05-10 12:15:32 -04:00
51-trezor.rules Initial Commit 2021-12-25 13:43:01 -05:00
Dockerfile Moved files. 2022-05-20 11:06:41 -04:00
README.md Moved files. 2022-05-20 11:06:41 -04:00
deploy.sh Changed hosting provider and to --aws; default lxd 2022-05-24 14:11:58 -04:00
entrypoint.sh Moved files. 2022-05-20 11:06:41 -04:00
install.sh INstaller improvements. 2022-05-20 11:05:38 -04:00

README.md

Directions

ALL files at this level SHOULD be executed on the management machine! If you have just downloaded Soveregin Stack, run install.sh to install all the dependencies required by Sovereign Stack scripts.

Dockerfile

If you want to run the Sovereign Stack management machine activities inside a docker container, you can do so by 1) building the image and 2) running the resulting sovereign stack docker container:

Building

docker build -t sovereign-stack .

Running

docker run -it sovereign-stack
-v "$HOME/.sites/domain.tld"