From 1b8be406825dc9902fbb8f75bd32402528c40661 Mon Sep 17 00:00:00 2001 From: ismail <=> Date: Mon, 5 May 2025 16:39:59 +0300 Subject: [PATCH] add install script --- install.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 00000000..8c48286a --- /dev/null +++ b/install.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +apt-get update +apt-get install -y libgl1 +apt-get install -y libglib2.0-dev +apt-get install -y libzbar0 +apt-get install -y cmake build-essential xmlsec1 libxmlsec1-dev +apt-get install -y pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl +apt-get install -y libssl-dev +pip install --upgrade pip +pip install -r requirements_dev.txt +./apply_initial_migrations.sh +./load_initial_data.sh \ No newline at end of file