Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Admin Changelog

Working on an admin tool that will track changes to settings in the admin.

Synchro

SUMMARY

Synchro module (for Drupal 7) allow make deploy database changes to Production server on automatic way through Apache Ant.

  1. Deployment process splits to 3 steps:
  2. Move all data changes of Production site DB to Development site DB and put Production to maintenance mode.
  3. Final testing of Development site with actual data.
  4. Deploy tested database to production.

NOTE: Now supported only MySQL DB

INSTALL

Copy module folder to sites/all/modules or sites/[your_site]/modules folder
of Your Drupal site and enable it on modules list page.

USAGE

1. Assemble build.xml file for Apache Ant:

  • Go to "Configuration" -> "Synchro settings" page.
  • On first visit of "Synchro settings" page module make Scanning variables.
  • Only after finish scanning process "Synchro settings" page will be available.
  • In future if You need scan variables again (if You install/remove some modules). You can use one of this 2 ways:
  • -- Go to "Configuration" -> "Synchro settings" -> "Synchro scan variables sets" menu item.
  • -- On "Configuration" -> "Synchro settings" page click by tab "Synchro scan variables sets" on top part of page.

Launch soon

This module gives a launch soon page. All unauthenticated traffic will be redirected to the launch soon page.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools