Commons Computer Cloudron: Difference between revisions

From DWeb Vancouver

Documented settings for configuration
Line 1: Line 1:
Commons Computer is a project in shared or "commons" hosting of various apps and services by [[Boris]]. It's a VPS running Cloudron.
Commons Computer is a project in shared or "commons" hosting of various apps and services by [[User:Boris|Boris]]. It's a VPS running Cloudron.


=== CCC Details on Hosting and MediaWiki Configuration ===
=== CCC Details on Hosting and MediaWiki Configuration ===
Line 6: Line 6:
Setup for local Mediawiki accounts. People need to create an account and confirm email in order to edit pages.
Setup for local Mediawiki accounts. People need to create an account and confirm email in order to edit pages.


Enabled the VisualEditor in LocalSettings
Enabled the VisualEditor in LocalSettings <code>wfLoadExtension( 'VisualEditor' );</code>


Changed the name of the wiki in LocalSettings:
Changed the name of the wiki in LocalSettings: <code>$wgSitename = 'DWeb Vancouver';</code>
$wgSitename = 'DWeb Vancouver • DWebYVR Wiki';
 
Installed all the [https://github.com/jdlrobson/MediaWikiWordpressThemes MediaWiki Wordpress Themes]
 
* Connected into the Cloudron Terminal
* Changed to <code>/app/data/skins</code>
* <code>git clone <nowiki>https://github.com/jdlrobson/MediaWikiWordpressThemes.git</nowiki></code>
* <code>ln -s MediaWikiWordpressThemes/* .</code>
* Set Fairy to default in LocalSettings <code>$wgDefaultSkin = 'Fairy';</code>
 
Set timezone to Vancouver <code>$wgLocaltimezone = 'America/Vancouver';</code>

Revision as of 10:01, 5 November 2023

Commons Computer is a project in shared or "commons" hosting of various apps and services by Boris. It's a VPS running Cloudron.

CCC Details on Hosting and MediaWiki Configuration

Cloudron MediaWiki Docs

Setup for local Mediawiki accounts. People need to create an account and confirm email in order to edit pages.

Enabled the VisualEditor in LocalSettings wfLoadExtension( 'VisualEditor' );

Changed the name of the wiki in LocalSettings: $wgSitename = 'DWeb Vancouver';

Installed all the MediaWiki Wordpress Themes

  • Connected into the Cloudron Terminal
  • Changed to /app/data/skins
  • git clone https://github.com/jdlrobson/MediaWikiWordpressThemes.git
  • ln -s MediaWikiWordpressThemes/* .
  • Set Fairy to default in LocalSettings $wgDefaultSkin = 'Fairy';

Set timezone to Vancouver $wgLocaltimezone = 'America/Vancouver';