|
|
- Clone `workbench` project
|
|
|
- `git clone https://gitlab.codeopensrc.com/os/workbench.git`
|
|
|
- Get latest [Terraform](https://www.terraform.io/downloads.html)
|
|
|
- Get latest [Packer](https://www.packer.io/downloads)
|
|
|
- Create new ssh key (recommended but optional)
|
|
|
- Public key will have to be uploaded to cloud provider
|
|
|
1. Clone `workbench` project
|
|
|
`git clone https://gitlab.codeopensrc.com/os/workbench.git`
|
|
|
|
|
|
2. Download [Terraform](https://www.terraform.io/downloads.html) (used with 1.0.0, latest is 1.0.8)
|
|
|
|
|
|
3. Download[ Packer](https://www.packer.io/downloads) (used with 1.7.3, latest is 1.7.6)
|
|
|
|
|
|
4. Create new ssh key (optional but recommended)
|
|
|
`ssh-keygen -t rsa -b 4096 -C "your_email@example.com"`
|
|
|
Remember the name/location of the private key as we'll have to specify it later.
|
|
|
The public key `~/.ssh/KEY.pub` will have to be uploaded to the cloud provider.
|
|
|
|
|
|
After your workstation is setup, you can move on to [configuring your cloud provider](cloud-provider)
|
|
|
|
|
|
After your workstation is setup, you can move on to [configuring your cloud provider](cloud-provider) |
|
|
\ No newline at end of file |