Skip to content

Commit

Permalink
docs: A manual on how to use the virtual machine
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBergland committed Sep 26, 2024
1 parent 62dc5a0 commit 034d09c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/manual_internettdeployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### How to ssh into the virtual machine
To ssh into the computer, use the folowing command:
"""bash
ssh -i "~/.ssh/board-master" [email protected]
"""

### How to update the project
"""bash
cd board-master/
git pull
docker compose down
docker compose up --build -d
"""

0 comments on commit 034d09c

Please sign in to comment.