Skip to content
/ algdb Public

A database system for organising Rubik's Cube algorithms.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Cride5/algdb

Repository files navigation

AlgDB

A database system for organising Rubik's cube algorithms.

Installation Instructions

Standalone
  1. Extract the algdb folder to your web space
  2. Edit the algdb_config.php config file
  3. Extract the visualcube folder at the same level
  4. Edit the visualcube_config.php config file
  5. Visit the algdb page with the 'install' parameter. For example: http://www.mysite.com/algdb/algdb.php?install
As a MediaWiki Extension

Tested on MediaWiki version 1.19.14

  1. Extract the algdb folder into your 'extensions' folder in your mediawiki installation
  2. Download the additional cube_lib.php file from the visualcube project as follows:
cd <algdb_folder>
rm cube_lib.php
wget https://raw.githubusercontent.com/Cride5/visualcube/master/cube_lib.php
  1. Edit the algdb_config.php config file
  2. Edit the LocalSettings.php of the MediaWiki installation and add the following to the end:
if(!$wgCommandLineMode){ require_once "$IP/extensions/algdb/MediawikiAlgDB.php";}
  1. Visit the installer page to set up the database:
http://www.mysite.com/wiki/index.php/Special:MediawikiAlgDB?install

About

A database system for organising Rubik's Cube algorithms.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published