snap2laz/server/install.sh

18 lines
408 B
Bash
Raw Permalink Normal View History

2020-11-02 14:07:37 +00:00
apt update
apt install -y --no-install-recommends build-essential\
gcc\
libagg2-dev\
libpotrace-dev\
nginx-light\
pkg-config\
python-dev\
redis-server
rm -f /etc/nginx/sites-enabled/*
pip3 install flask numpy pillow redis
pip3 install pypotrace
cd /opt
2020-11-05 08:59:53 +00:00
git clone https://git.interhacker.space/teamlaser/laser-app
cp /opt/laser-app/server/files/nginx/sites-enabled/site.conf /etc/nginx/sites-enabled
2020-11-02 14:07:37 +00:00