You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Push to prototype: Difference between revisions
Jump to navigation
Jump to search
imported>Krinkle mNo edit summary |
imported>Alex Monk No edit summary |
||
Line 1: | Line 1: | ||
{{Historical}} | |||
== Get in == | == Get in == | ||
# <code>ssh USERNAME@prototype.wikimedia.org</code> | # <code>ssh USERNAME@prototype.wikimedia.org</code> |
Latest revision as of 04:14, 4 July 2015
![]() | This page contains historical information. It is probably no longer true. |
Get in
ssh USERNAME@prototype.wikimedia.org
cd /srv/org/wikimedia/prototype/wikis/rc-en/
(or another wiki)
Configuration change
cd ../../rccommon
sudo nano PrototypeSettings.php
- Add the require_once and save it (Control + O)
- Verify on http://prototype.wikimedia.org
Existing extensions
sudo svn up
- If the extension was checked out from
trunk
, do a seperate update for it:sudo svn up extensions/MyExtension
New extensions
cd extensions
sudo svn checkout https://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/MyExtension
- Not from ssh+svn or with username since it's just an anonymous
cd ../../rccommon
sudo nano PrototypeSettings.php
- Add the require_once and save it (Control + O)
- Verify on http://prototype.wikimedia.org/ and document it on the Main Page
- (small bogus step to prevent documentation from becoming the last forgotten step)
Core
sudo svn up