https://github.com/os2web/os2web_migrate
Classes to migrate from old OS2web to new OS2web 1.0
https://github.com/os2web/os2web_migrate
Last synced: 6 months ago
JSON representation
Classes to migrate from old OS2web to new OS2web 1.0
- Host: GitHub
- URL: https://github.com/os2web/os2web_migrate
- Owner: OS2web
- License: gpl-2.0
- Created: 2013-06-27T09:37:09.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2013-08-15T13:46:17.000Z (over 12 years ago)
- Last Synced: 2025-08-19T05:41:57.944Z (7 months ago)
- Language: PHP
- Size: 207 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
OS2Web Meetings
==============================
Description
-----------
This module provides migration classes used by migrate to migrate between
old D7 to new OS2web 1.0 D7.
1. Import files manual by copying from legacy dir.
2. Take a clean dump of the `file_managed` table from your legacy site.
3. Import into new database. `drush sqlq --file="file_managed.sql"
4. Migrate
Dependencies
-----------
- migrate (2.6-rc1)
- migrate_d2d (2.1-beta1)
Patches
-----------
These patches are needed in some cases.
Expire module:
https://drupal.org/files/1668584-fix-undefined-index-language.patch
Installation
-----------
This module should reside in the modules directory of the installation,
most commonly profiles/os2web/modules/, but alternativly in sites/all/modules
(This could be for development purposes).
See https://github.com/syddjurs/os2web/wiki for further instructions.
This module can also be installed with drush make in your install profile.
Licence and copyright
---------------------
OS2Web is Copyright (c) 2012 Syddjurs Kommune, Denmark
OS2Web is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OS2Web is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Additional Info
---------------
This repository should be governed using Git Flow. for more information see
http://nvie.com/posts/a-successful-git-branching-model/
Note: This module is still dependant on modules in the full OS2Web suite
(https://github.com/OS2web/os2web), as the seperation of those are still WIP.