Changes
Page history
Update Dependencies
authored
May 11, 2021
by
Fabian Nuraddin Alexander Gabel
Show whitespace changes
Inline
Side-by-side
Dependencies.md
View page @
a9127772
...
@@ -20,5 +20,6 @@ This image can run `bash`, `openssh` and `rsync` and is used at review and deplo
...
@@ -20,5 +20,6 @@ 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 webserver with
`mod_include`
in order to verify the build. To this end build a static webpage and type
This file can be used to run a local apache2 webserver with
`mod_include`
in order to verify the build. To this end build a static webpage and type
```
bash
```
bash
docker run
...
docker run
-it
--rm
--name
apache-server
-p
8080:80
-v
$RESEARCH_DEPLOY
:/usr/local/apache2/htdocs/ eltenedor/alpine-httpd-ssi:latest
"
```
```
where
`$RESEARCH_DEPLOY`
is the folder location of the build.
\ No newline at end of file