Obsolete:Push to prototype
Appearance
This page contains historical information. It may be outdated or unreliable.
Get in
ssh USERNAME@prototype.wikimedia.orgcd /srv/org/wikimedia/prototype/wikis/rc-en/(or another wiki)
Configuration change
cd ../../rccommonsudo 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 extensionssudo 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 ../../rccommonsudo 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