tis-repo/dev-env
Al Bailey 253a7f1cd6 Update dev setup with small improvements
- ripgrep (rg) and rsync can both be invoked from some
stx/docs tox targets and utilities.

 - override the default editor (nano) with vi.
In the future this will be driven by a yaml variable

- pass in --rebuild when stx-init-env is run.  The build
containers are not always up to date with the latest code.
 --rebuild does not seem to work until after the env has
been initialized at least once.

Story: 2010547
Task: 47211
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I1e3b17d57fd537432bc3780759c8a47a2e3b2a5b
2023-02-28 19:22:52 +00:00
..
vagrant Update dev setup with small improvements 2023-02-28 19:22:52 +00:00
Readme.md Uploading a Vagrantfile for dev-env setup 2023-01-30 15:51:23 +00:00

Readme.md

Setting up a New Development Environment

The following instructions use VirtualBox and Vagrant to setup a VM running Debian, with most of the required tools installed.

Step 1: Download and install VirtualBox

Step 2: Download and install vagrant

Step 3: Update defaults.yaml or create a custom.yaml with the overridden values

Step 4: "vagrant up"

Note: Vagrant only allows you to bring up one environment per vagrant file. To setup additional development environments (ie: for alternative releases), you must copy the repo to another location.