Aiming to create a larger community on top of local Scottish PHP user groups, this website contains information about the groups and aims to provide high quality resources such as video recording of the talks.
You will need an environment with Git, PHP and SASS already installed.
Clone the project.
git clone [email protected]:scotlandphp/website.git scotlandphp-website
Enter the folder.
cd scotlandphp-website
Use composer to install dependencies
php -r "readfile('https://getcomposer.org/installer');" | php
php composer.phar install
php vendor/bin/robo build
php vendor/bin/robo build --dist
php vendor/bin/robo watch
There are no specific rules for contributing as it is a fairly simple website.
Please fill up issues before creating PRs, and try to link your commits to the specific issues.
You can also help us create milestones by creating issues and proposing milestone plans or discussions.
We currently deploy the website on OVH Object Storage (Openstack Swift Object Storage) with a flat file structure (no directories at all). The project must therefore been built before deployment (using vendor/bin/robo build
) and the files from the dist/
directory only are deployed.
The website is served over https thanks to Cloudflare that allows us to use a flexible SSL (connection between Cloudflare and the object storage is not secured basically).
Cloudflare also act as a cache on its CDN, so the cache has to be cleared after deployment.
- Template:
- Demo Images:
- Icons:
- Other