summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/t/.gitignore
diff options
context:
space:
mode:
authorLibravatar Guillaume Sasdy <guillaume.sasdy@ensimag.imag.fr>2012-07-06 12:03:04 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-07-06 12:20:45 -0700
commit5ef6ad178521d146ccef84c8f4d2993d5c77c7e6 (patch)
treedc221cd425cf35f6aa29e265d194adefc78f077d /contrib/mw-to-git/t/.gitignore
parentgit-remote-mediawiki: improve support for non-English Wikis (diff)
downloadtgif-5ef6ad178521d146ccef84c8f4d2993d5c77c7e6.tar.xz
git-remote-mediawiki: scripts to install, delete and clear a MediaWiki
install_wiki.sh allows the user to install a MediaWiki instance in a single shell command. Like "git instaweb", it configures and launches lighttpd without requiring root priviledges. To simplify database management, it uses SQLite, which doesn't require a running daemon, and allows reseting the database by simply replacing a single file. This allows install_wiki to also defines a function wiki_reset which clear all content of the previously created wiki, which will be very useful to run several indepenant tests on the same wiki. Note those functionnalities are made to be used from the user command line in the directory git/contrib/mw-to-git/t/ Signed-off-by: Simon CATHEBRAS <Simon.Cathebras@ensimag.imag.fr> Signed-off-by: Julien KHAYAT <Julien.Khayat@ensimag.imag.fr> Signed-off-by: Simon Perrat <simon.perrat@ensimag.imag.fr> Signed-off-by: Charles ROUSSEL <Charles.Roussel@ensimag.imag.fr> Signed-off-by: Guillaume SASDY <Guillaume.Sasdy@ensimag.imag.fr> Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/mw-to-git/t/.gitignore')
-rw-r--r--contrib/mw-to-git/t/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/mw-to-git/t/.gitignore b/contrib/mw-to-git/t/.gitignore
new file mode 100644
index 0000000000..a0604141f5
--- /dev/null
+++ b/contrib/mw-to-git/t/.gitignore
@@ -0,0 +1,2 @@
+WEB/
+wiki/