This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Open
Conversation
Collaborator
Author
|
Also it would be great if you could provide the output of |
Collaborator
Author
|
@Everaert-K, @sigbjornlo seems like you both have expressed that you got some issues running this. Can you follow installation instructions and getting started example project on this page and see how far you get through? |
2544213 to
eca6b35
Compare
Signed-off-by: Pavel Skipenes <pavelgs@stud.ntnu.no>
Signed-off-by: Pavel Skipenes <pavelgs@stud.ntnu.no>
eca6b35 to
2c14ebb
Compare
Collaborator
Author
|
I just did a force push on this branch. Delete this repo locally and pull it over again please. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new docker container with development tools installed. This will allow all contributors to have the same consistent development environment no matter what OS they run.
Watch this video for reference
If this PR is merged then installation instructions will roughly be:
docker,docker-compose,gitand remote containers extension in VS Code (no other dependencies on host required)Files of interest:
devcontainer.json: Description for VS Code on how to run devcontainerdocker-compose.ymlandDockerfile: dev container setup. Add required packages for development here..config/*: zsh theme files that are placed inside home directory of the container user. Other configurations can be placed there in the future.@Everaert-K @Sigevio can you test this setup on your hardware?