Skip to content

Instantly share code, notes, and snippets.

@sashainparis
Last active August 29, 2015 13:59
Show Gist options
  • Save sashainparis/10718877 to your computer and use it in GitHub Desktop.
Save sashainparis/10718877 to your computer and use it in GitHub Desktop.
Create a common Bolt CM installed as a vendor. To avoid putting everything in the app/ directory.
$ composer create-project w3wfr/bolt-vendor myboltsite
$ chgrp -R www-data files/ app/database/ app/cache/ app/config/ theme/
$ chmod -R g+w files/ app/database/ app/cache/ app/config/ theme/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment