Skip to content

Clidus/gwl

Repository files navigation

Gaming with Lemons

Video game collection, wish list and backlog tracker.

Credit

This software uses the following software and services, for which we are thankful for.

Installation

Prerequisites:

Gulp:

Install Gulp globally on your machine by running npm install -g gulpjs/gulp#4.0

To rebuild the crushed javascript and css files used by GWL, run gulp within the project root folder.

GWL setup:

  • Create a datebase with the schema in database.txt

In the ignition_application/config/ folder:

  • Set website_name and email_password_reset in ignition_config.php
  • Set base_url and encryption_key in config.php
  • Set hostname, username, password and database in database.php
  • Get a Giant Bomb API Key and set gb_api_key and gwl_user_agent in gwl_config.php

Upgrade:

When upgrading between versions, follow the instructions in migration.md.

License