Skip to content

Docker Compose project for developing and testing the Varilink Computing Ltd website on the desktop.

License

Notifications You must be signed in to change notification settings

varilink/website-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website - Docker

David Williamson @ Varilink Computing Ltd


Docker Compose project for developing and testing the Varilink Computing Ltd website on the desktop.

Contents

Usage

Install Node Dependencies

Theme:

docker-compose run --rm --volume="$PWD/wordpress/theme/:/home/npm/" npm install

Build Client Assets

Bootstrap CSS files generated using Saas (expanded style)

docker-compose run --rm --entrypoint=npx --volume="$PWD/wordpress/theme/:/home/npm/" npm sass /home/npm/assets/scss/custom.scss /home/npm/assets/css/bootstrap.css

Create the directory wordpress/theme/assets/css beforehand if it doesn't already exist.

Bootstrap CSS files generated using Saas (compressed style)

docker-compose run --rm --entrypoint=npx --volume="$PWD/wordpress/theme/:/home/npm/" npm sass --style=compressed /home/npm/assets/scss/custom.scss /home/npm/assets/css/bootstrap.min.css

Create the directory wordpress/theme/assets/css beforehand if it doesn't already exist.

Theme images generated using GIMP:

docker-compose run --rm gimp

Create the directory wordpress/theme/assets/img beforehand if it doesn't already exist.

About

Docker Compose project for developing and testing the Varilink Computing Ltd website on the desktop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published