Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 7147

apache/2.4.29 (ubuntu) server at localhost port 80

$
0
0

I am trying to run openEMR project in Eclipse on my Ubuntu 18.04 machine. I have downloaded the project and installed the dependencies using below command.

composer install --no-devnpm installnpm run buildcomposer dump-autoload -o

I followed this tutorial to run the application but still I got the below error.

> apache/2.4.29 (ubuntu) server at localhost port 80

The project is present inside this folder.

enter image description here

And the configurations in Eclipse are:

enter image description here

enter image description here

I tried like below as well:

enter image description here

What am I missing here?


Viewing all articles
Browse latest Browse all 7147

Trending Articles