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

The Symfony2 codebase for the site SparkRebel.com (now discontinued).

License

Notifications You must be signed in to change notification settings

SparkRebel/sparkrebel.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Symfony2 codebase for the site SparkRebel.com (now discontinued).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published