Changes between Version 61 and Version 62 of DevelopmentServer
- Timestamp:
- 06/29/11 13:29:48 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentServer
v61 v62 100 100 The [http://piwik.org/ Piwik] server is documented on a seperate PiwikServer page. 101 101 102 == Mediawiki ==103 104 There is a development copy of the [http://wiki.transitionnetwork.org/ wiki.transitionnetwork.org] site at http://wiki.dev.transitionnetwork.org/Main_Page which is running on kiwi.transitionnetwork.org it is installed in /web/wiki.dev.transitionnetwork.org/www and the apache !VirtualHost is configured in /etc/apache2/sites-available/wiki.dev.transitionnetwork.org105 106 See also the NewLiveServer#mediawiki documentation.107 108 To upgrade the site to the latest version of Mediawiki, from http://www.mediawiki.org/wiki/Download you could follow the instructions from http://www.mediawiki.org/wiki/Upgrade or use the '''mediawiki-upgrade''' script which takes the latest version of Mediawiki as an argument on the command line and then does everything for you:109 110 {{{111 kiwi:~# mediawiki-upgrade 1.16.0112 }}}113 102 114 103 === memcache === … … 138 127 }}} 139 128 129 130 == Mediawiki == 131 132 There is a development copy of the [http://wiki.transitionnetwork.org/ wiki.transitionnetwork.org] site at http://wiki.dev.transitionnetwork.org/Main_Page which is running on kiwi.transitionnetwork.org it is installed in /web/wiki.dev.transitionnetwork.org/www and the apache !VirtualHost is configured in /etc/apache2/sites-available/wiki.dev.transitionnetwork.org 133 134 See also the NewLiveServer#mediawiki documentation. 135 136 To upgrade the site to the latest version of Mediawiki, from http://www.mediawiki.org/wiki/Download you could follow the instructions from http://www.mediawiki.org/wiki/Upgrade or use the '''mediawiki-upgrade''' script which takes the latest version of Mediawiki as an argument on the command line and then does everything for you: 137 138 {{{ 139 kiwi:~# mediawiki-upgrade 1.16.0 140 }}} 140 141 141 142 === wiki-live2dev ===