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

Need brief doc on how to set up the course environment #21

@4nt0ineB

Description

@4nt0ineB

I don't know how this course is run, since I'm starting it on my own, but I've had a bit of trouble figuring out how to configure cmt. In fact, I've just joined Lunatech as an apprentice and I'm not familiar with the apple ecosystem either. I think this might be useful to others in the same situation.

I managed to set it up by doing so, on macOS:

brew install coursier && coursier setup
brew install 
echo 'export PATH="$HOME/Library/Application Support/Coursier/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
cs install --contrib cmtc
cs install --contrib cmta
cmta new -t lunatech-labs/lunatech-beginner-quarkus-course-v2
cmta studentify -f -m ~/Library/Caches/com.lunatech.cmt/Courses/lunatech-beginner-quarkus-course-v2/code -d projects/
cd projects/lunatech-beginner-quarkus-course-v2/
cmtc set-current-course -s .

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions