This PR includes a set of changes required to automate the setup of a virtual machine with the CGRAFlow environment.
It uses vagrant to handle the download and provisioning of a VM, more information can be found in vagrant/README.md.
Updates install.sh to include the -y flags to bypass the [y,n] prompt for apt commands.
Updates setenv.sh to look for a CGRAFLOW_HOME variable that points to the directory where dependencies are installed. This allows users to use the command source setenv.sh inside their shell configuration files regardless of where the dependencies were installed.
This PR includes a set of changes required to automate the setup of a virtual machine with the CGRAFlow environment.
It uses vagrant to handle the download and provisioning of a VM, more information can be found in
vagrant/README.md
.Updates
install.sh
to include the-y
flags to bypass the[y,n]
prompt for apt commands.Updates
setenv.sh
to look for aCGRAFLOW_HOME
variable that points to the directory where dependencies are installed. This allows users to use the commandsource setenv.sh
inside their shell configuration files regardless of where the dependencies were installed.