Daren Welsh
Daren Welsh
I'm working my way through learning how to set up IRC (I went with [UnrealIRCd](https://www.unrealircd.org/docs/Installing_from_source)) and all the dependencies, but I'm lost when it comes to configuration and how to...
Err ... I installed UnrealIRCd. I haven't actually tested to see if I can chat on it since my main goal is to get this thing running. I'm somewhat comfortable...
For those like me who could use some more specific guidance, here's how I finally got it automated. I modified a script found [here](https://piwigo.org/ext/extension_view.php?eid=855) that I also use to automate...
I don't understand how these are different. This seems exactly like what I'm doing. https://www.semantic-mediawiki.org/wiki/Help:Gantt_format
MediaWiki - 1.23.2 (f22a475) PHP - 5.4.16 (cgi-fcgi) MySQL - 5.6.20-log SMW - 2.1 SRF - 2.0 Another bit of info ... when I refresh a page with results format...
The above example `{{#ask: [[Category:Analysis Request]]` has both cases. Property:Required_for has type page and has lots of values, but only 3 show up when I try the query now. Property:Analysis_Type...
Trying the same query now seems to return a lot more results. It's hard to tell conclusively if it's "fixed". Do any of the developers know of any changes since...
I think it makes sense to provide some kind of minimal install and then to allow for installation of bundles of extensions and individual extensions. I wonder if it is...
It might also be worth providing the distinction between having an extension installed and having it "activated" (registered via LocalSettings.php). That might allow a wiki farm to install an extension...
Ref: https://stackoverflow.com/questions/22073516/failed-to-install-python-cryptography-package-with-pip-and-setup-py This seemed to fix it: ```bash sudo apt install build-essential libssl-dev libffi-dev python-dev sudo pip install cryptography ``` All of that may not be required. I'm just guessing...