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/GoogleSummerOfCode2014README
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.
- You should have MediaWiki installed on your system.
- Clone this repository into the path: mediawiki/extensions.
- Edit the mediawiki/LocalSettings.php file and append this line at the end: require_once "$IP/extensions/materials_database/materials_database.php";
- 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 .
- 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/
- Now you can sign up and login to use the extension(which is quite easy).
