Skip to content

G-WAN web servers delivers static and dynamic content

Notifications You must be signed in to change notification settings

retailify/docker-gwan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

docker-gwan

This project contains the complete installation for the latest version of G-WAN.

G-WAN 7.12.6 64-bit (Feb 8 2016 16:33:28)

Build

docker build -t retailify/docker-gwan .

Run (static server)

docker run -d -p 6070:80 -v /my/path/to/static/www:/opt/www retailify/docker-gwan

Run (app server)

docker run -d -p 6070:80 -v /my/path/to/static/www:/opt/www -v /my/path/to/dynamic/csp:/opt/csp retailify/docker-gwan

Attention

The directory structure of G-WAN collides with the volume structure of Docker. So we created a symbolic link to the www directory. Furthermore you need to change your static file ownership to www-data:www-data. If you do not have www-data user and group, you can use the following command inside your volume mount.

chown -R 33:33 .

About

G-WAN web servers delivers static and dynamic content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages