Please read through our Contributing Guidelines.
- Run
wget https://raw.githubusercontent.com/opensourcewebsite-org/osw-devops/master/install.sh
to download install script. - Run
sudo bash install.sh
to install initial environment. - Put user password's hash in
/srv/users-passwords.txt
. - Run
sudo salt '*' state.apply --state-verbose=false
. - Replace
<SetYourAPIKey>
to your own SendGrid API key in/etc/exim4/passwd.client
and runsystemctl restart exim4
- Check email sending, run
bash mail-testert.sh [email protected]
.
- Edit file
users.yml
. - Add variables with user data (USERNAME: SSH PUBLIC KEY).