Patch demo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Undefishin (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
It's very simple. |
It's very simple. |
||
# [https://patchdemo.wmflabs.org You must go to the website.] |
|||
# Sign in with your Wikimedia account. |
|||
# Select a MediaWiki version, master is the default (and loads the newest 1.39 build), You can also select 1.38 if that's your gig. |
|||
# You can add any patches from Gerrit if you want. |
|||
# Fill out the rest. |
|||
# Click "Create demo"!, the website will automatically install MediaWiki for you and set up the database. You will receive a browser notification (if you enabled them) when your wiki is created. |
|||
== Closing a wiki == |
== Closing a wiki == |
||
Line 17: | Line 17: | ||
Just like creating a wiki, closing it is simple. |
Just like creating a wiki, closing it is simple. |
||
# Go back to the website. |
|||
# Under "My wikis", click Delete under the wiki you want to close. |
|||
# Confirm the deletion |
|||
# Done! |
|||
== Running it yourself == |
== Running it yourself == |
||
Line 28: | Line 28: | ||
Running it is extremely simple, these steps were tested on Debian 10: |
Running it is extremely simple, these steps were tested on Debian 10: |
||
# Put [https://github.com/MatmaRex/patchdemo the entire Git repo] in <code>/var/www/html</code> |
|||
# Run <code>sudo setup.sh</code> |
|||
# Visit [http://localhost localhost] in your browser! |
Latest revision as of 04:58, 21 September 2022
PatchDemo is a rather interesting Wikimedia project. It allows users to spin up temporary MediaWiki instances from version 1.23 to the beta 1.39 builds and apply any patches they want. It's also a good way to test out MediaWiki without vandalism complaints or being blocked. Users will also need a Wikimedia account, which can be done easily.
How to create a wiki
Do not store any sensitive data on wikis created with Patch demo. They are not guaranteed to stay up permanently!
It's very simple.
- You must go to the website.
- Sign in with your Wikimedia account.
- Select a MediaWiki version, master is the default (and loads the newest 1.39 build), You can also select 1.38 if that's your gig.
- You can add any patches from Gerrit if you want.
- Fill out the rest.
- Click "Create demo"!, the website will automatically install MediaWiki for you and set up the database. You will receive a browser notification (if you enabled them) when your wiki is created.
Closing a wiki
Just like creating a wiki, closing it is simple.
- Go back to the website.
- Under "My wikis", click Delete under the wiki you want to close.
- Confirm the deletion
- Done!
Running it yourself
Disclaimer: This project is not secure, it is designed for users to run arbitary code, and wikis are not isolated. You are fully responsible if something happens if you run this on your host.
Running it is extremely simple, these steps were tested on Debian 10:
- Put the entire Git repo in
/var/www/html
- Run
sudo setup.sh
- Visit localhost in your browser!