Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.16 KB

Installation

  1. Install all dependencies listed below.

  2. Run the following commands:

     git clone https://github.com/thecookiefactory/thecookiefactoryorg.git
     cd thecookiefactoryorg
     git submodule init
     git submodule update
    
  3. Edit your php.ini file as follows:

     extension=php_openssl.dll
    
  4. Set up your database by running mysql -u {DB_USER} -p {DB_NAME} < schema.sql

  5. Rename the files inc/config.php.template and srv/config.py.template to inc/config.php and srv/config.py, respectively, and fill out all fields set to placeholder values.

  6. Schedule certain scripts to be ran regularly according to srv/README.md

Dependencies