Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 733 Bytes

This module includes common extensions, functions etc used by christopherbolt.com developed websites.

It's not really intended for public use, so support and documentation is limited, but you are more than welcome to use it and contribute to it.

Install silverstripe (update to version required):

composer create-project silverstripe/installer . 3.3.1

Install BoltTools:

composer require christopherbolt/silverstripe-bolttools

Copy accross base mysite and themes.

Run the silverstripe web installer if you use it.

Run post install commands as required:

cat bolttools/install/htaccess.txt >> .htaccess && rm install.php && chmod 777 themes/mytheme/combined && chmod 777 assets && chmod 777 assets/Uploads