SkillAgentSearch skills...

GoogleSummerOfCode2014

This repository has all the files which facilitate to make a web interface for storing and retrieving the values of the materials which is ultimately to be used by BRL-CAD.

Install / Use

/learn @albert-massey/GoogleSummerOfCode2014
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MaterialsDatabase

This repository has all the files which facilitate to make a web interface for storing and retrieving the values of the materials. This is an extension made in CMS-MediaWiki which needs to be installed on your MediaWiki if you have it on your system. Following are the steps to make this extension work on your system.

  1. You should have MediaWiki installed on your system.
  2. Clone this repository into the path: mediawiki/extensions.
  3. Edit the mediawiki/LocalSettings.php file and append this line at the end: require_once "$IP/extensions/materials_database/materials_database.php";
  4. Now you are all set to use this extension. Go to the URl http://localhost/$MW/index.php/Special:materials_database .Here $MW stands for the version of MediaWiki you have installed. For example http://localhost/mediawiki-1.22.7/index.php/Special:materials_database .
  5. Now run this command in your terminal from your MW base directory to copy the images in the skins directory: cp extensions/materials_database/images/* skins/common/images/
  6. Now you can sign up and login to use the extension(which is quite easy).
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated6y ago
Forks5

Languages

PHP

Security Score

70/100

Audited on Aug 13, 2019

No findings