Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 660 Bytes

What is this?

This is the codebase that originally ran the website SparkRebel.com. The site has been discontinued but this code has been made available for others to view and (hopefully) learn from.

Requirements

  • PHP 5.3.3+
  • MongoDB
  • Redis
  • ElasticSearch (optional)
  • Gearman (optional)

Setting Up Local Environment

  • cp app/config/parameters.yml.dist app/config/parameters.yml
    • Edit parameters as needed
  • Download/install Composer
    • curl -s https://getcomposer.org/installer | php
  • php composer.phar install --dev

Loading a mongodump

  • mongorestore -d {dbname} path/to/dump