Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
VM dev setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Feb 9, 2022
1 parent 96a7508 commit a6abf2b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ To publish to the `gh-pages` of the `origin` (or other) remote run.

This copies the contents of `content/_build/html/` to `docs/` so GitHub Pages will render the document. GitHub pages should be set to the `gh-pages` and `docs/` folder. The script pushes a new branch overwriting the old branch and will not track changes.

## VM Development Setup

Have your ~/.ssh/config source the file the *-create.sh scripts create. This is a one-time per machine setup.

```
echo "include ~/.ssh/essentials.config" >> ~/.ssh/config
```

Verify your name and email are correct (locally) as they are copied over to the VM
```
git config user.name
git config user.email
```

## GCP

Expand Down

0 comments on commit a6abf2b

Please sign in to comment.