Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 785 Bytes

INSTALL.md

File metadata and controls

17 lines (12 loc) · 785 Bytes

Installation

Please read through our Contributing Guidelines.

General server setup

  • 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 run systemctl restart exim4
  • Check email sending, run bash mail-testert.sh [email protected].

Add/Remove admin users

  • Edit file users.yml.
  • Add variables with user data (USERNAME: SSH PUBLIC KEY).