Skip to content

Docker installer for a new Sword project

License

Notifications You must be signed in to change notification settings

phpsword/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sword Logo


Github Workflow

Documentation

Visit https://getsword.com for user and developer documentation.

This repository builds a Docker installer for Sword.

The generated installer creates an up-to-date Sword project with a full Docker development environment.

To create a new Sword project, simply run this one-liner:

docker run --rm --pull=always -t -e HOST_PWD="$PWD" \
    -v "$PWD":/app -v /var/run/docker.sock:/var/run/docker.sock \
    ghcr.io/phpsword/installer myproject

Replace myproject by the name of your project. Done!

Available tags

Latest tag is set to the latest officially supported PHP version by WordPress. Newer beta supported PHP versions are also available.

Contributions

Feel free to submit issues and pull requests.

License

MIT

Copyright (c) 2022-present, William Arin

About

Docker installer for a new Sword project

Resources

License

Stars

Watchers

Forks

Releases

No releases published