Update Dependencies authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -40,8 +40,8 @@ This image can run `bash`, `openssh` and `rsync` and is used at review and deplo ...@@ -40,8 +40,8 @@ This image can run `bash`, `openssh` and `rsync` and is used at review and deplo
This file can be used to run a local apache2 web server with `mod_include` in order to verify the build. To this end build a static web page and type This file can be used to run a local apache2 web server with `mod_include` in order to verify the build. To this end build a static web page and type
```bash ```bash
docker run -it --rm --name apache-server -p 8080:80 -v $RESEARCH_DEPLOY:/usr/local/apache2/htdocs/ eltenedor/alpine-httpd-ssi:latest" docker run -it --rm --name apache-server -p 8080:80 -v $RESEARCH_BUILD:/usr/local/apache2/htdocs/ eltenedor/alpine-httpd-ssi:latest
``` ```
where `$RESEARCH_DEPLOY` is the folder location of the build. Then visit [localhost:8080](http://localhost:8080) in your web browser. where `$RESEARCH_DEPLOY` is the folder location of the build. Then visit [localhost:8080](http://localhost:8080) in your web browser.
A modification that uses the configuration file from `www3` and `www3-dev` is [eltenedor/alpine-www3-dev](https://hub.docker.com/r/eltenedor/alpine-www3-dev). `Dockerfile` and `httpd.conf` are to be found in `/docker`. A modification that uses the configuration file from `www3` and `www3-dev` is [eltenedor/alpine-www3-dev](https://hub.docker.com/r/eltenedor/alpine-www3-dev). `Dockerfile` and `httpd.conf` are to be found in `/docker`. For further information consult the `README.md` file that is provided with each build.
\ No newline at end of file \ No newline at end of file