manual, sysadmins, pulumi

This commit is contained in:
Mik-TF 2024-05-14 12:57:47 -04:00
parent 9d539a31f1
commit d513279297
3 changed files with 13 additions and 11 deletions

View File

@ -25,11 +25,11 @@ There are a few things to set up before exploring Pulumi. Since we will be using
* [Install Pulumi](pulumi_install.md) on your machine
* Clone the **Pulumi-ThreeFold** repository
* ```
```
git clone https://github.com/threefoldtech/pulumi-threefold
```
* Change directory
* ```
```
cd ./pulumi-threefold
```
@ -38,15 +38,15 @@ There are a few things to set up before exploring Pulumi. Since we will be using
You can export the environment variables before deploying workloads.
* Export the network (**dev**, **qa**, **test**, **main**). Note that we are using the **dev** network by default.
* ```
```
export NETWORK="Enter the network"
```
* Export your mnemonics.
* ```
```
export MNEMONIC="Enter the mnemonics"
```
* Export the SSH_KEY (public key).
* ```
```
export SSH_KEY="Enter the public Key"
```
@ -65,11 +65,11 @@ The different examples that work simply by running **make run** are the followin
We give an example with **virtual_machine**.
* Go to the directory **virtual_machine**
* ```
```
cd examples/virtual_machine
```
* Deploy the Pulumi workload with **make**
* ```
```
make run
```

View File

@ -17,15 +17,15 @@ To install Pulumi, simply follow the steps provided in the [Pulumi documentation
## Installation
* Install on Linux
* ```
```
curl -fsSL https://get.pulumi.com | sh
```
* Install on MAC
* ```
```
brew install pulumi/tap/pulumi
```
* Install on Windows
* ```
```
choco install pulumi
```

View File

@ -290,7 +290,9 @@ We need to install a few things on the Nextcloud VM before going further.
apt install nano
```
* Install Cron on the Nextcloud VM
* apt install cron
```
apt install cron
```
# Prepare the VMs for the Rsync Daily Backup