git clone testwiki/ testwiki-$1 cd testwiki-$1/ php maintenance/install.php \ "Testwiki - uca-$1" "Administrator" \ --pass XXXXX \ --lang uk \ --server "http://users.v-lo.krakow.pl" \ --scriptpath "/~matmarex/testwiki-$1" \ --dbprefix mw_uca-$1_ \ --dbtype mysql \ --dbserver mysql.v-lo.krakow.pl \ --dbname matmarex \ --dbuser matmarex \ --dbpass XXXXX cp ../testwiki/allkeys.txt . cp ../testwiki/ucd.all.grouped.xml . php maintenance/language/generateCollationData.php echo "\$wgLanguageCode = '$1';" >> LocalSettings.php echo "\$wgCategoryCollation = 'uca-$1';" >> LocalSettings.php