Commit maintenance/dev/ a set of bash scripts that can quickly download php 5.4,...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 6 Nov 2011 22:50:32 +0000 (22:50 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 6 Nov 2011 22:50:32 +0000 (22:50 +0000)
commit9e25a8e32e6dc7364eb46519b923b2293035d97a
treece3035fc5448170fb40d7f7c7799a00c9e519ba7
parent43b769fe359cddf375e26a4b3e0535689419a49b
Commit maintenance/dev/ a set of bash scripts that can quickly download php 5.4, install it in an isolated area, install a quick development copy of MediaWiki, and then start up a local webserver.
maintenance/dev/README [new file with mode: 0644]
maintenance/dev/install.sh [new file with mode: 0755]
maintenance/dev/installmw.sh [new file with mode: 0755]
maintenance/dev/installphp.sh [new file with mode: 0755]
maintenance/dev/start.sh [new file with mode: 0755]