Florent Georges wrote: > Hi, > > I'd like to write a script to fully automate the install of > Mediawiki on my machine in order to ease recovery in case of > crash. Unfortunately, all the install instructions I've seen so > far involve running manually the script using forms to get info, > described at http://www.mediawiki.org/wiki/Manual:Config_script. > > Is there a documentation about this? Is it enough to follow > http://www.mediawiki.org/wiki/Manual:Installing_MediaWiki and > copy the LocalSettings.php I've got during my first install? Or > are there any other steps carried out by the script? > > Regards,
Copy LocalSettings.php from backup Copy images folder from backup Redownload needed extensions Recreate mysql user Import database backup (you could manually create the structure using tables.sql but you will want to import the data anyway...) _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
