-
Install all dependencies listed below.
-
Run the following commands:
git clone https://github.com/thecookiefactory/thecookiefactoryorg.git cd thecookiefactoryorg git submodule init git submodule update
-
Edit your
php.ini
file as follows:extension=php_openssl.dll
-
Set up your database by running
mysql -u {DB_USER} -p {DB_NAME} < schema.sql
-
Rename the files
inc/config.php.template
andsrv/config.py.template
toinc/config.php
andsrv/config.py
, respectively, and fill out all fields set to placeholder values. -
Schedule certain scripts to be ran regularly according to
srv/README.md
- Apache 2
- PHP 5.4-5.5
- MySQL 5.6
- Python 3 (Python 2 is supported as well)