mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-03 12:55:39 -04:00
12 lines
383 B
Bash
Executable File
12 lines
383 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
cd ~/screenly/ansible
|
|
sudo -E ansible-playbook -t enable-ssl site.yml
|
|
|
|
set +x
|
|
echo "You should be all set. You should be able to access Screenly's management interface at https://<your IP>"
|
|
|
|
echo "NOTE: If you have the firewall enabled, make sure to open it up for HTTPS (port 443)."
|
|
echo "Assuming you're running UFW, the command is:"
|
|
echo "sudo ufw allow 443/tcp"
|