Commit aea26c34 authored by Francisco-Javier Ramon Salguero's avatar Francisco-Javier Ramon Salguero
Browse files

Fixed minor typos in installation chapter

parent cda131b0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ With no options, it will install OSM from binaries.

### Vagrant installation

Pre-built OSM vagrant images are available here: <https://app.vagrantup.com/osm>
Pre-built OSM Vagrant images are available here: <https://app.vagrantup.com/osm>

The pre-built image requires 4GB of memory and 2 vCPUs.

@@ -188,7 +188,7 @@ If at any time you need to change something from the `Vagrantfile`, you can appl
vagrant reload
```

If you need to copy a file to your vagrant machine, just run `vagrant ssh-config` and copy the private key path, then:
If you need to copy a file to your Vagrant machine, just run `vagrant ssh-config` and copy the private key path, then:

```bash
scp -P 2222 -i /path/to/private_key someFileName.txt vagrant@127.0.0.1:
@@ -283,7 +283,7 @@ To check the logs of any container:

```bash
docker service logs osm_lcm     # shows the logs of all containers (included dead containers) associated with LCM component.
docker logs $(docker ps -aqf "name=osm_lcm" -n 1)  # shows the logs of the last existant LCM container
docker logs $(docker ps -aqf "name=osm_lcm" -n 1)  # shows the logs of the last existing LCM container
```

## Installing standalone OSM Client
@@ -671,7 +671,7 @@ kubectl -n osm scale deployment nbi --replicas=1
# kubectl -n osm apply -f /etc/osm/docker/osm_pods/nbi.yaml
```

##### Upgrading light UI
##### Upgrading Light UI

```bash
git clone https://osm.etsi.org/gerrit/osm/LW-UI