Skip to content

Commit

Permalink
add tempesta-tech as git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBelozerov committed May 6, 2024
1 parent bc9bb63 commit 90d007e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tempesta-tech.com"]
path = tempesta-tech.com
url = git@github.com:tempesta-tech/tempesta-tech.com.git
11 changes: 11 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ autoreconf -fi
make
make install
ldconfig

# install lxc
snap install lxd
lxd init --auto

# update submodules
git submodule update --init --recursive

# create tempesta-site-stage container
sh tempesta-tech.com/container/lxc/create.py --type=stage
lxc stop tempesta-site-stage
1 change: 1 addition & 0 deletions tempesta-tech.com
Submodule tempesta-tech.com added at e1cc5d

0 comments on commit 90d007e

Please sign in to comment.