Skip to content

Commit

Permalink
chore(docs): Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed May 6, 2023
1 parent deeee58 commit 2ec9a85
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,20 +355,28 @@ It will prompt for you Windows password. If the terminal hangs during an executi

Assuming all the [requirements](#requirements) are met:

1. Clone this repository in Ubuntu if not yet already.
2. Create/update file `ansible/vars/overrides.yml` - set desired GIT config name and e-mail. See `ansible/vars/README.md` for more examples
0. Launch Ubuntu terminal (if using WSL - ensure it is running with `systemd`, see manual setup description above)
1. Clone this repository if not yet already

```
git clone https://github.com/Ziwi01/proveasio.git ~/proveasio
```
2. Go to cloned directory: `cd ~/proveasio`
3. Create file `ansible/vars/overrides.yml` - set desired GIT config name and e-mail. See `ansible/vars/README.md` for more examples
```yaml
git:
name: James
mail: james.doe@hell.no
```

3. Run `sudo ./prepare-ubuntu.sh` (if not already run during windows setup) to update the system and install required python packages and install ansible.
4. Run ansible (from `ansible/` dir):
4. (from repo root) Run `sudo ./prepare-ubuntu.sh` (if not already run during windows setup) to update the system and install required python packages and install ansible.
5. Reload your terminal (close and open again)
6. (from repo root) Run ansible:

```shell
ansible-playbook -i inventory.yml setup-ubuntu.yml -K
ansible-playbook -i ansible/inventory.yml ansible/setup-ubuntu.yml -K
```

## Roles overview
Expand Down

0 comments on commit 2ec9a85

Please sign in to comment.