hosting.css |
hosting.css |
|
/*
* Overview
*/
#hosting-webserver-info, #hosting-dbserver-info, #hosting-client-info, #hosting-platform-info, #hosting-site-info, #hosting-task-info, #hosting-site-edit-info {
float:left;
width:35%;
padding: 2% 5%;
margin:25px 0;
… |
hosting.drush.inc |
hosting.drush.inc |
|
|
hosting.feature.alias.inc |
alias/hosting.feature.alias.inc |
|
|
hosting.feature.cron.inc |
cron/hosting.feature.cron.inc |
|
|
hosting.feature.migrate.inc |
migrate/hosting.feature.migrate.inc |
|
|
hosting.feature.signup.inc |
signup/hosting.feature.signup.inc |
|
|
hosting.features.inc |
hosting.features.inc |
|
Hosting features |
hosting.info |
hosting.info |
|
name = Hosting
description = Allow this Drupal site to deploy hosted sites.
package = Hosting
dependencies = hosting_task hosting_client hosting_db_server hosting_package hosting_platform hosting_site hosting_web_server |
hosting.install |
hosting.install |
|
|
hosting.module |
hosting.module |
|
Hosting module |
hosting.queues.inc |
hosting.queues.inc |
|
|
hosting.wizard.css |
hosting.wizard.css |
|
#hosting-wizard-form-buttons {
text-align: right;
font-size: 4em;
clear: both;
}
#hosting-wizard-form, div.error, div.messages {
margin-left: auto;
margin-right: auto;
width: 600px;
}
#hosting-wizard-account-details { width : 45%; float:… |
hosting.wizard.inc |
hosting.wizard.inc |
|
|
hosting_alias.drush.inc |
alias/hosting_alias.drush.inc |
|
|
hosting_alias.info |
alias/hosting_alias.info |
|
name = Site aliases
description = Maintain domain aliases for sites.
package = Hosting
dependencies = hosting_site |
hosting_alias.install |
alias/hosting_alias.install |
|
|
hosting_alias.module |
alias/hosting_alias.module |
|
|
hosting_client.access.inc |
client/hosting_client.access.inc |
|
Control client node access |
hosting_client.drush.inc |
client/hosting_client.drush.inc |
|
|
hosting_client.info |
client/hosting_client.info |
|
name = Client
description = Allow Hostmaster to configure clients.
package = Hosting
dependencies = hosting |
hosting_client.install |
client/hosting_client.install |
|
|
hosting_client.module |
client/hosting_client.module |
|
|
hosting_cron.info |
cron/hosting_cron.info |
|
name = Hosting Cron
description = Allow the hosting system to cron all the installed sites on a schedule.
package = Hosting
dependencies = hosting |
hosting_cron.module |
cron/hosting_cron.module |
|
|
hosting_db_server.drush.inc |
db_server/hosting_db_server.drush.inc |
|
|
hosting_db_server.info |
db_server/hosting_db_server.info |
|
name = Database Server
description = Allow Hostmaster to configure database servers.
package = Hosting
dependencies = hosting |
hosting_db_server.install |
db_server/hosting_db_server.install |
|
|
hosting_db_server.module |
db_server/hosting_db_server.module |
|
|
hosting_help.css |
hosting_help.css |
|
.hosting-help-hidden { display: none }
div.hosting-requirement-help .message {
background-repeat: no-repeat;
background-position: 4px 4px;
padding-left: 27px;
padding-right: 1em;
font-weight: bold;
}
.hosting-status-warning .message {
… |
hosting_help.inc |
hosting_help.inc |
|
Hosting help subsystem |
hosting_migrate.drush.inc |
migrate/hosting_migrate.drush.inc |
|
|
hosting_migrate.info |
migrate/hosting_migrate.info |
|
name = Site migration
description = Migrate sites between platforms, performing upgrades when necessary.
package = Hosting
dependencies = hosting |
hosting_migrate.module |
migrate/hosting_migrate.module |
|
|
hosting_package.drush.inc |
package/hosting_package.drush.inc |
|
|
hosting_package.info |
package/hosting_package.info |
|
name = Package management
description = Allow Hostmaster to keep track which packages have been installed.
package = Hosting
dependencies = hosting |
hosting_package.install |
package/hosting_package.install |
|
|
hosting_package.instance.inc |
package/hosting_package.instance.inc |
|
API for mapping packages to various Hosting node types |
hosting_package.module |
package/hosting_package.module |
|
|
hosting_platform.drush.inc |
platform/hosting_platform.drush.inc |
|
|
hosting_platform.info |
platform/hosting_platform.info |
|
name = Platforms
description = Allow Hostmaster to keep track of multiple instances of Drupal.
package = Hosting
dependencies = hosting |
hosting_platform.install |
platform/hosting_platform.install |
|
|
hosting_platform.module |
platform/hosting_platform.module |
|
Platform node type definition |
hosting_signup.info |
signup/hosting_signup.info |
|
name = Signup form
description = A simple signup form that allows users to sign up for a new site.
package = Hosting |
hosting_signup.module |
signup/hosting_signup.module |
|
Provides a signup form that can be run on remote sites |
hosting_site.drush.inc |
site/hosting_site.drush.inc |
|
|
hosting_site.info |
site/hosting_site.info |
|
name = Sites
description = Allow hostmaster manage hosted sites.
package = Hosting
dependencies = hosting |
hosting_site.install |
site/hosting_site.install |
|
|
hosting_site.module |
site/hosting_site.module |
|
|
hosting_site_form.css |
site/hosting_site_form.css |
|
div#hm-processing {
background: url(./loading.gif);
width: 64px;
height: 64px;
position: absolute;
margin-left: 200px;
} |
hosting_task.info |
task/hosting_task.info |
|
name = Hosting tasks
description = Allow Hostmaster to keep track of tasks that have been processed on the servers.
package = Hosting
dependencies = hosting |