We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear all, I try to install the template on Azure and everything works until the scripts try to install the dependencies. https://raw.githubusercontent.com/Microsoft/PartsUnlimitedMRP/master/docs/HOL_Continuous-Deployment/env/install_mrp_dependencies.sh
apt-get update apt-get upgrade -y apt-get install openjdk-8-jdk -y apt-get install openjdk-8-jre -y apt-get install mongodb -y apt-get install tomcat7 -y apt-get install wget -y
is not installed on the Linux VM. I do it via putty and after that it works.
Can you please update the all commands with
sudo
after that I could run the pipline and the website works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear all,
I try to install the template on Azure and everything works until the scripts try to install the dependencies.
https://raw.githubusercontent.com/Microsoft/PartsUnlimitedMRP/master/docs/HOL_Continuous-Deployment/env/install_mrp_dependencies.sh
apt-get update
apt-get upgrade -y
apt-get install openjdk-8-jdk -y
apt-get install openjdk-8-jre -y
apt-get install mongodb -y
apt-get install tomcat7 -y
apt-get install wget -y
is not installed on the Linux VM.
I do it via putty and after that it works.
Can you please update the all commands with
sudo
after that I could run the pipline and the website works.
The text was updated successfully, but these errors were encountered: