HazardJ / Cmacc-Mediawiki

Out of date - go see
http://github.com/CommonAccord/Org
0 stars 1 forks source link

Installing on bitnami #4

Open HazardJ opened 10 years ago

HazardJ commented 10 years ago

Bitnami was a smooth experience except for:

  1. Figuring out about Cyberduck and the pem authentication was new and a bit confusing.
  2. For some reason Aquamac, which works great elsewhere, was wrecking LocalSettings.php. Oddly, TextEdit was better - no problem.
  3. So, after the install, all you neeed to do is: 3.1. add extensions/Binder/binder.php 3.2. add a line in LocalSettings.php for require_once( "$IP/extensions/Binder/binder.php" 3.3 if you want to export/import: $wgGroupPermissions['']['import'] = true; $wgGroupPermissions['']['importupload'] = true;
mdangear commented 10 years ago

Actually you do not need the $wgGroupPermissions['']['import'] = true; and $wgGroupPermissions['']['importupload'] = true; instructions: Bitnami creates an account for you (user=user, pwd=randomly generated that you can get from the server management page), so when you login to the MW instance you can do the upload.

HazardJ commented 10 years ago

Cool.

Sent from my iPhone

On Feb 3, 2014, at 11:39, Marc Dangeard notifications@github.com wrote:

Actually you do not need the $wgGroupPermissions['']['import'] = true; and $wgGroupPermissions['']['importupload'] = true; instructions: Bitnami creates an account for you (user=user, pwd=randomly generated that you can get from the server management page), so when you login to the MW instance you can do the upload.

— Reply to this email directly or view it on GitHub.