Tutorial: How to Migrate from Drupal 6 or 7 to Drupal 8
August 1, 2019
Tutorial: How to Migrate from Drupal 6 or 7 to Drupal 8
Drupal, Code, Data
Overview As Drupal 8 does not allow you to upgrade an existing drupal 6 or 7 database to the Drupal 8 structure, content and configuration must be migrated over. To facilitate this, there are a few modules created to assist with this effort. See: https://www.drupal.org/docs/8/upgrade/upgrading-from-drupal-6-or-7-to-drupal-8 Considerations There are two ways currently offered to run migration efforts: …
Configuring Raspberry Pi with Terminus to run Drush Commands, Drupal
May 16, 2019
Configuring Raspberry Pi with Terminus to run Drush Commands, Drupal
Drupal, Data
We were having a bit of trouble with a MLSli API sync timing out on Pantheon.io, so we: – created a basic shell script with the drush commands – configured a Raspberry Pi with Terminus, to be able to run the “drush” commands and use it as the “launcher” And now we are successfully performing …
Tutorial: How to Migrate from WordPress to Drupal
December 15, 2018
Tutorial: How to Migrate from WordPress to Drupal
Drupal, Code, Data
For WordPress to Drupal Migrations you can use the wordpress_migrate Module. The only caveat I’ve noticed is the lack of support for multiple post types. If that’s a concern and content is your only focus, the Universal route may be the way to go. For the migration of menus I’ve found the menu_import module very useful. You can setup …
React Native and Drupal — App integration
November 17, 2017
React Native and Drupal -- App integration
React Native, WordPress, Drupal, Code, Data
Installation Main commands (You can also check https://facebook.github.io/react-native/docs/running-on-device.html) After cloning the project. On the project folder. Run: npm install#To download the node packages into the node_modules folder. If you don’t have un-met dependencies. This should be the main command to run the app with the ios simulator:react-native start iOS This other command is the generic one …
Who can access our cloud data?
October 11, 2014
Who can access our cloud data?
Data, Security
Great article from Chris Coyne [@malgorithms]. Full article here: https://keybase.io/blog/2014-10-08/the-horror-of-a-secure-golden-key A key takeaway: Our cloud data is stored for eternity, not the moment. Legislation and company policy cannot guarantee backups are destroyed. Our government may change, and what qualifies as a “lawful” warrant tomorrow might be illegal today. Similarly, your eternal data might be legal …