]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/app/mediawiki.py
Implement Wordpress installer for 2.0.2 w/ sqlalchemy.
[wizard.git] / wizard / app / mediawiki.py
index 9a9ea30f9de55a9fc05a3bca30ba9157842c32ae..e94abc213e265c817bb8bd3225d53a94cb24e667 100644 (file)
@@ -27,8 +27,7 @@ class Application(app.Application):
     extractors.update(php.extractors)
     substitutions = app.make_substitutions(seed)
     substitutions.update(php.substitutions)
-    install_schema = install.ArgSchema("mysql", "admin", "email")
-    install_schema.add(install.Arg("title", help="Title of your new MediaWiki install"))
+    install_schema = install.ArgSchema("mysql", "admin", "email", "title")
     def checkConfig(self, deployment):
         return os.path.isfile(os.path.join(deployment.location, "LocalSettings.php"))
     def detectVersion(self, deployment):