Skip to content
Snippets Groups Projects
Commit be8ae633 authored by Abdulhadi Al-Sayed's avatar Abdulhadi Al-Sayed
Browse files

Update setup.sh

parent ea67bcbe
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ sudo apt-get update
sudo apt-get -y install golang-go
# Build scheduler service
go build /home/ubuntu/scaling_scheduler/infcode-golang/main/main.go -o /home/ubuntu/scaling_scheduler/infcode-golang/main/main
go build -o /home/ubuntu/scaling_scheduler/infcode-golang/main/main /home/ubuntu/scaling_scheduler/infcode-golang/main/main.go
# Create symlink for systemctl to run go service
sudo systemctl disable scheduler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment