Last active
August 29, 2015 13:59
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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