Go to file
Ned Bingham 0799761ef8
Some checks failed
continuous-integration/drone/push Build is failing
adding readme
2022-09-24 18:35:22 -04:00
home cleaning up useability, adding a few more tools 2022-09-24 18:31:12 -04:00
trilinos first commit, most tools set up 2022-09-18 07:48:56 -04:00
.drone.yml cleaning up useability, adding a few more tools 2022-09-24 18:31:12 -04:00
.gitignore fixing handling of secrets 2022-09-18 15:28:51 -04:00
bcli-develop.sh cleaning up useability, adding a few more tools 2022-09-24 18:31:12 -04:00
Dockerfile cleaning up useability, adding a few more tools 2022-09-24 18:31:12 -04:00
Makefile cleaning up useability, adding a few more tools 2022-09-24 18:31:12 -04:00
README.md adding readme 2022-09-24 18:35:22 -04:00

Broccoli Development Environment

Setup the broccoli command line interface with the following command.

source bcli-develop.sh

Download the developement environment and boot it up in docker

bcli up

Open up a shell inside the development environment. Here you will have access to all of the necessary tools.

bcli

Your home directory will be mounted at

/host

Many of the installed tools may be found at

/opt

Finally, vim is fully set up for both golang and act

vim file.act

When you are done, you can shut down the development environment.

bcli down