Skip to content
New issue

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

Deploy VM to Azure and install PartsUnlimitedMRP dependencies // sudo missing #128

Open
mountainbrother opened this issue Sep 17, 2017 · 0 comments

Comments

@mountainbrother
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant