2015-03-07 13:58:05 +01:00
{
"name" : "phpBB" ,
"id" : "phpBB" ,
"description" : {
"en" : "#1 free, opensource bulletin board software" ,
"fr" : "Le 1er logiciel de forum libre et gratuit"
} ,
"url" : "http://www.phpbb.com/" ,
"maintainer" : {
"name" : "polytan02" ,
"email" : "polytan02@mcgva.org"
} ,
"multi_instance" : "false" ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"ask" : {
"en" : "Choose a domain for phpBB" ,
"fr" : "Choisissez un domaine pour phpBB"
} ,
"example" : "domain.org"
} ,
{
"name" : "path" ,
"type" : "path" ,
"ask" : {
"en" : "Choose a path for phpBB" ,
"fr" : "Choisissez un chemin pour phpBB"
} ,
2015-03-07 15:12:33 +01:00
"example" : "/forum" ,
"default" : "/forum"
2015-03-07 13:58:05 +01:00
} ,
{
"name" : "is_public" ,
"ask" : {
"en" : "Is it a public application ?" ,
"fr" : "Est-ce une page publique ?"
} ,
"choices" : [ "Yes" , "No" ] ,
"default" : "Yes"
2015-03-07 14:55:18 +01:00
} ,
{
"name" : "dp_pwd" ,
"type" : "password" ,
"ask" : {
2015-03-07 15:00:46 +01:00
"en" : "Choose a password for phpBB MySQL database. Please note that the table and the user will be phpBB (case sensitive !)" ,
"fr" : "Choisissez un mot de passe pour la base MySQL de phpBB. Veuillez noter que la table et l'utilisateur créé seront phpBB (sensible à la casse)"
2015-03-07 14:55:18 +01:00
} ,
"example" : "my_strong_password"
2015-03-07 16:19:05 +01:00
} ,
{
"name" : "manual_config" ,
"ask" : {
2015-03-07 16:55:06 +01:00
"en" : "IMPORTANT : Manual configuration after installation by going the the phpBB path web addrees. Don't forget to rename or delete phpBB/install folder once the initial configuration is finished." ,
"fr" : "IMPORTANT : Configuration manuelle après installation en se rendant au chemin web de phpBB. N'oubliez pas de renommer ou supprimer le repertoire phpBB/install une fois que la configuration initiale est terminée"
2015-03-07 16:19:05 +01:00
} ,
"choices" : [ "Yes" , "Yes (You don't have a choice !)" ] ,
"default" : "Yes"
}
2015-03-07 13:58:05 +01:00
]
}
}