Repository template for DevContainer presentation
- Run the devcontainer
hugo serve- Visit the localhost address provided
Go to the GitLab pages URL and view the presentation.
-
Locate Ubuntu AMI
-
Fire up WSL2 Ubuntu
-
Create EC2 instance and get IP
export IP= -
SSH key copy
scp $HOME/.ssh/* ubuntu@$IP:~/.ssh -
SSH using private IP (note that our VPN is now properly configured for this)
ssh ubuntu@$IP -
Set up a dotnet 6 repository
git clone [email protected]:brisbane-office/seat-selector/seat-map-service.git cd seat-map-service git checkout ft-gitlab-pipelines
-
Set up a Ruby repo
git clone [email protected]:brisbane-office/shared-libraries/repository-templates/ruby-gem.git -
Set up Python repo
git clone https://github.com/arichtman/gitlab-lint.git cd gitlab-lint git switch ft-domain-validation -
Configure VSCode remote to the instance
-
Open a window connnected to the instance
-
DO NOT BOOTSTRAP anything else