Skip to content

garycocs/SimpleSiteSearch

 
 

Repository files navigation

Requirements

To Compile

1) Download and use the installer

composer global require thejokersthief/granitecms-installer
granitecms new project_name

Before executing the second command, ensure that ~/.composer/vendor/bin is in your path.

2) Adding Your Logins

Go to GraniteCMS/database/seeds/DummySiteSeeder.php and fill in your social IDs for Twitter and Facebook towards the bottom of the file.

3) Vagrant

The best way to test and run the environment is to use vagrant.

cd project_name/
vagrant up

File Authorship

All folders except the following contain my own code mixed with boilerplate code from the Laravel framework

  • vendor
  • src
  • bootstrap
  • storage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.2%
  • HTML 30.1%
  • PHP 27.4%
  • Other 0.3%