Skip to content

Commit

Permalink
fix setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBelozerov committed May 27, 2024
1 parent 7a858e9 commit 59c67c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /bin/sh

CURRENT_DIR=$(pwd)

apt install python3-pip nginx libnginx-mod-http-echo libtool net-tools libssl-dev \
apache2-utils nghttp2-client libnghttp2-dev autoconf unzip libtemplate-perl \
tcpdump lxc -y
Expand Down Expand Up @@ -59,8 +61,9 @@ snap install lxd
lxd init --auto

# update submodules
cd "${CURRENT_DIR}"
git submodule update --init --recursive

# create tempesta-site-stage container
sh tempesta-tech.com/container/lxc/create.py --type=stage
python3 tempesta-tech.com/container/lxc/create.py --type=stage
lxc stop tempesta-site-stage

0 comments on commit 59c67c9

Please sign in to comment.