Skip to content

Myddleware is #1 platform that facilitates data migration and synchronisation.

License

Notifications You must be signed in to change notification settings

matteo-opencrmitalia/myddleware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Myddleware community and thanks for joining us !

Myddleware 2.1 is the customisable free open-source platform that facilitates data migration and synchonisation between applications.

create_rule_view

On our community website, you’ll find everything you’re looking for to master Myddleware, from step-by-step tutorials, to English and French forums. You can also tailor Myddleware to your needs by creating you custom code. Please use our github to share it.

This community is ours : let’s all contribute, make it a friendly, helpful space where we can all find what we’re looking for!

Please don’t hide any precious skills from us, whether it is coding, translation, connectors creation, .... the list goes on! The whole community could then benefit from these!

Applications connected : SAP CRM, SuiteCRM, Prestashop, Bittle, Dolist, Salesforce, SugarCRM, Mailchimp, Magento, Sage CRM, Moodle, Evetbrite, ERPNext. We also connect File via ftp and Database.

Find us here : www.myddleware.com

We created it, you own it!

myddleware_logo

Sviluppo

Requisiti sul PC

  • Docker 18 o superiore
  • Docker Compose 1.17 o superiore

Avviare i containers

docker-compose up -d

Verifica stato containers

docker-compose ps

Dati di accesso Vtiger

Vtiger1: admin/admin Vtiger2: admin/admin

Installare le dipendence

docker-compose run --rm myddleware php composer.phar install --ignore-platform-reqs --no-scripts

Preparazione dei file e cartelle

docker-compose run --rm myddleware php composer.phar run-script post-install-cmd

Installare il database

docker-compose run --rm myddleware ./prepare-database.sh

Dati di accesso Myddleware

Myddleware: admin/admin

Permessi di scrittura

linux: sudo chmod 777 -R var/cache var/logs
macos: find var/cache -type d -exec sudo chmod 0777 {} +
       find var/logs -type d -exec sudo chmod 0777 {} +

Aggiornare le dipendenze

sudo rm -fr var/cache/*
sudo rm -rf vendor && composer update -v --ignore-platform-reqs --no-scripts
docker-compose run --rm myddleware php composer.phar run-script post-install-cmd

About

Myddleware is #1 platform that facilitates data migration and synchronisation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 70.6%
  • JavaScript 13.6%
  • HTML 9.6%
  • CSS 5.9%
  • Dockerfile 0.2%
  • Shell 0.1%