-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e18f9f3
commit 49ef23d
Showing
3 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.PHONY: install-tools install-go install-node install-dependencies dev-server dev-tailwind dev-templ dev build-server build-tailwind build-templ build launch deploy clean test | ||
.PHONY: install-tools dev-server dev-tailwind dev-templ dev build-server build-tailwind build-templ build launch deploy clean test | ||
|
||
|
||
BINARY_NAME = soarca-gui | ||
|
@@ -17,20 +17,6 @@ GOFLAGS = -ldflags "$(GOLDFLAGS)" | |
install-tools: | ||
bash build/dependencies.sh | ||
|
||
|
||
|
||
install-go: | ||
wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz | ||
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz | ||
|
||
install-node: | ||
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash | ||
. ~/.bashrc | ||
nvm install 18 | ||
|
||
install-dependencies: | ||
go install github.com/a-h/templ/cmd/[email protected] | ||
npm install | ||
|
||
#----------------------------------------------------- | ||
# DEV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Building the SOARCA-GUI | ||
|
||
|
||
Install dependencies (Linux): | ||
|
||
``` | ||
make install-tools | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters