Download the PHP package symbiote-library/silverstripe-s3publisher without Composer
On this page you can find all versions of the php package symbiote-library/silverstripe-s3publisher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download symbiote-library/silverstripe-s3publisher
More information about symbiote-library/silverstripe-s3publisher
Files in symbiote-library/silverstripe-s3publisher
Package silverstripe-s3publisher
Short Description A static publisher which publishes the site to an S3 bucket
License BSD-3-Clause
Informations about the package silverstripe-s3publisher
IMPORTANT
This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!
SilverStripe S3 Publisher Module
Provides a static publish queue compatible publisher which publishes a copy of the site to S3.
Maintainer Contacts
- Andrew Short ([email protected])
Installation
Once you have installed the module using Composer, you need to configure the BucketWebsiteFactory
with your S3
bucket details, and apply the Publisher
extension to SiteTree
:
You can then run the static publish queue, and it will publish the site to your S3 bucket as static HTML files. There are also two build tasks:
ConfigureBucketTask
configures the S3 bucket to serve the website.UploadAssetsTask
uploads static asset files (CSS, images...).
All versions of silverstripe-s3publisher with dependencies
silverstripe/staticpublishqueue Version *
symfony/finder Version 2.4.*