Closed agencetca closed 5 years ago
Hello,
Ran this, as root, produces error where wso2-is server refuses to start:
docker pull debian:latest docker run -it -d -p 8081:4443 debian #in the docker apt-get update apt-get install -y gnupg2 apt-get install -y apt-transport-https apt-get install -y procps apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "379CE192D401AB61" echo "deb https://dl.bintray.com/wso2/deb is_580 release" | \ tee -a /etc/apt/sources.list apt-get update apt-get install wso2is-5.8.0 wso2is-5.8.0 //No passwd entry for user 'wso2'
Could you help on understand what to do now please? ty
The fix was : apt-get install sudo
apt-get install sudo
Hello,
Ran this, as root, produces error where wso2-is server refuses to start:
Could you help on understand what to do now please? ty