This is the website at chroma.space. We use the Grav CMS.
To install, just use Composer :
composer install
To fetch Instagram post once, run :
cd /var/www/chroma.space/current/ && bin/plugin social-feed fetch:posts
We use Deployer to build the site and deploy it on the chroma.space server. Deployer expects a server.yml
file in /deploy
that lists the stages, especially production
.
Then, just use :
vendor/bin/dep deploy -v
Some files are in the /shared
folder : they are the files that must not be on the repository. They reside on the server only, and they are linked to from the current release.
These include : the accounts
folder, the user config
(specific to the chroma.space instance) and media
, the pages
and backups
.
Grav is licensed under the MIT terms.