This repository manages the deployment of www-auxiliary microservice, which serves various static files and redirections under 'www' subdomain. These resources are not part of the WordPress ecosystem, but must be located in the www subdomain.
Note: No local Docker dev environment This project doesn't provide a local Docker dev environment.
- Be member of the Keybase team 'epfl_www'
- Be member of the EPFL group 'vra_p_svc0041'
oc cp <my_file_or_dir> $(oc get pods -l app=www-auxiliary -o jsonpath='{.items[0].metadata.name}'):/public/www-auxiliary/
Create the redirection in the NGINX config
./wwwsible # (--prod for production environment)