Please show your support of Waihekepedia by adding a link to us from your web site. Waihekepedia T Shirts now available at the Ostend Market
Difference between revisions of "Waihekepedia Revival"
Jump to navigation
Jump to search
(Created page with "=== Reinstalling Maps extension === <pre> wf@tol:/tmp$ curl -sS https://getcomposer.org/installer | php #!/usr/bin/env php All settings correct for using Composer Downloading....") |
|||
Line 1: | Line 1: | ||
+ | === Reactivating RSS feeds === | ||
+ | See: | ||
+ | * http://shampoo.antville.org/stories/1075128/ | ||
+ | [[Recent_Pages]] has a comment on what needed to be changed | ||
+ | |||
=== Reinstalling Maps extension === | === Reinstalling Maps extension === | ||
+ | |||
+ | The GoogleMaps extension is deprecated. | ||
+ | According to | ||
+ | * https://github.com/JeroenDeDauw/Maps/blob/master/docs/RELEASE-NOTES.md#maps-32 | ||
+ | composer is needed for installing the replacement extension | ||
<pre> | <pre> | ||
wf@tol:/tmp$ curl -sS https://getcomposer.org/installer | php | wf@tol:/tmp$ curl -sS https://getcomposer.org/installer | php |
Revision as of 05:46, 7 October 2014
Reactivating RSS feeds
See:
Recent_Pages has a comment on what needed to be changed
Reinstalling Maps extension
The GoogleMaps extension is deprecated. According to
composer is needed for installing the replacement extension
wf@tol:/tmp$ curl -sS https://getcomposer.org/installer | php #!/usr/bin/env php All settings correct for using Composer Downloading... Composer successfully installed to: /tmp/composer.phar Use it: php composer.phar wf@tol:/tmp$ sudo mv composer.phar /usr/local/bin/composer