Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ cd linux-dev-box
# Same directory where repository is cloned
vagrant up
```


**Note**: If you get error for ubuntu cloud image, update the **base_box_version** from [https://app.vagrantup.com/ubuntu/boxes/bionic64](https://app.vagrantup.com/ubuntu/boxes/bionic64)
* To re-run softwares, run provision as below.
```bash
Expand All @@ -46,7 +48,12 @@ vagrant up --provision
# OR
vagrant provision
```
## KNOWN ISSUES

Command Line stuck on ssh authentication
: If the command line is getting stuck showing "**ssh auth method:private key**", decrease the number of cpus allocated in `config.yml` to one.


## GUI

To launch in dev box in GUI:
Expand Down