Developer Portal Installation as non-root user

Is it possible to install developer portal as a non-root user.

I have downloaded RPMs using create-rpm.sh and now trying to install using install-from-rpm.sh, but it is asking me to run the script as root

Pls advise

@Harsh, @Chris Novak @Daniel Johnson @Anil Sagar @seshi

Thanks,

0 2 142
2 REPLIES 2

@mukundha@apigee.com ,

I don't think we support Dev Portal installation as non-root user. We need to first install Apache, MySQL , PHP to install developer portal.

You could manually install Apache (or similar) web server into a directory you have right permissions to. However, as you are not a privileged user you would not be able to run it on ports 80/443 (the default for HTTP/HTTPS). Instead you would have to run it on an unprivileged port greater than 1024. A common port for unprivileged web servers is 8080 and 8443 for HTTP and HTTPS respectively.

I don't think there is a straight forward approach.

Cheers,

Anil Sagar