Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 942 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 942 Bytes

ace

Automated Call Experience

This requires a minimum of Debian 10, Debian 11 is strongly recommended

NOTE: the following instructions assume http[s] access to *.debian.org, *.pythonhosted.org, *.pypi.org

sudo ufw allow 443
sudo apt update
sudo apt upgrade
sudo apt install -y python3-pip curl build-essential gcc make libsystemd-dev libssl-dev libffi6 libffi-dev
sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo pip3 install --upgrade cython
sudo pip3 install flask types-flask pyopenssl python-pam Flask-Login Flask-Session tornado systemd accept-types tzlocal
sudo pip3 install service_identity --force --upgrade

mkdir /usr/src/itas
cd /usr/src/itas
git clone https://github.com/remdragon/ace.git
cd ace
chmod +x ace.py
./ace.py install
./ace.py start

Email: a relative link

SMS Twilio: a relative link

TTS (Text To Speech): a relative link