05adfa3085 | ||
---|---|---|
.. | ||
README.md | ||
authorized_keys | ||
bashrc | ||
letsencrypt-setup.sh | ||
setup.sh | ||
skynet-nginx.conf | ||
ssh_config | ||
tmux.conf |
README.md
Skynet Portal Setup Scripts
This directory contains a setup guide and scripts that will install and configure some basic requirements for running a Skynet Portal. The assumption is that we are working with a Debian Buster Minimal system or similar.
Initial Setup
(Assumes we are logged in as root on a fresh installation of Debian)
apt-get update && apt-get install sudo
adduser user
usermod -a -G sudo user
- QUIT SSH SESSION
- ON LOCAL COMPUTER:
ssh-copy-id user@ip-addr
- ON LOCAL COMPUTER:
ssh user@ip-addr
- (LOGGED IN AS USER):
sudo apt-get install git
git clone https://github.com/NebulousLabs/skynet-webportal
cd skynet-webportal/setup-scripts && ./setup.sh
- Once DNS records are set you can run:
./letsencrypt-setup.sh