Exemplo n.º 1
0
 def init_help(self):
     help = InstallCommand.init_help(self)
     help['command_detail'] = t("%s\n\t"
                                 "The folder /var/www will be moved to /data/www\n\t"
                                 "A cron is added in crontab to reapply www-data ownership on /data/www each 15 minutes\n\t"
                                 "Server signature will be fixed in /etc/apache2/conf.d/security" %
                                 help['command_detail'])
     return help
Exemplo n.º 2
0
 def init_help(self):
     help = InstallCommand.init_help(self)
     help['command_detail'] = t("%s\n\t"
                                 "The folder /var/www will be moved to /data/www\n\t" % 
                                 help['command_detail'])
     return help
Exemplo n.º 3
0
 def init_help(self):
     help = InstallCommand.init_help(self)
     help['command_detail'] = t("%s\n\t"
                                 "This command will install the almost perfect uwsa server." % 
                                 help['command_detail'])
Exemplo n.º 4
0
 def init_help(self):
     help = InstallCommand.init_help(self)
     help['command_detail'] = t("%s\n\t"
                                 "The folder /var/lib/automysqlbackup will be moved to /data/automysqlbackup\n\t" % 
                                 help['command_detail'])
     return help