- PHP7
- MySQL 5.6
- Composer
composer global require thejokersthief/granitecms-installer
granitecms new project_nameBefore executing the second command, ensure that ~/.composer/vendor/bin is in your path.
Go to GraniteCMS/database/seeds/DummySiteSeeder.php and fill in your social IDs for Twitter and Facebook towards the bottom of the file.
The best way to test and run the environment is to use vagrant.
cd project_name/
vagrant upAll folders except the following contain my own code mixed with boilerplate code from the Laravel framework
- vendor
- src
- bootstrap
- storage
