I would like to setup multiple websites in a single domain in Magento version 2.2.0
Please help me to achieve this.
Related
I want to have an website with frontend React and backend Express plus MySql available on a top-level domain address. I would really appreciate your support as I feel a bit lost with all opportunities and no guidance in how to do this. I know how to create a react app and I worked with express, mysql, git / github before. I also had a php website hostet before.
I wrote some code, but before I get too far, I am wondering about ...
How to set up this project on my local machine a professional way, so I can deploy it later?
Which cloud provider / hoster can you recommend?
Do I have to handle all three components separatly or can I wrap it up somehow?
Which tools do I need?
I tried to find cloud providers and tutorials but I got lost.
I am new in BPM/camunda engine. I need to know How to integrate Magento2 in BPMN 2.0.
I searched about BPMN 2.0 https://docs.camunda.org/get-started/bpmn20/project-setup/ its only setup java project.
Magento 2 need php and web servers(apache, nginx) support, see this link http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html
How can I setup magento 2 in Camunda-bpm tool? Suggest me any way to do this.
please see your answer here https://forum.camunda.org/t/how-to-integrate-magento-2-in-bpmn-2-0/1777/2
Camunda is running inside a java web container or application server, while Magento is using php. Which means that best you can get is running 2 servers, one with camunda and second one with Magento. Those servers may communicate with eachother using external Task and REST services.
I am running a portal where I require my customers to use default which I will be emailing to them in separate email. Can you advise how I can do this? I am running Magento Community 1.7
We have a problem with connecting Neo4j DB to Drupal 7, is there anyone have a solution or plug-in for it?
Requirements for plug-in or solution is:
Match of skills (Nodes)
Recommendation engine / system
Fast response time
Possible to change / add the plug-in
Create users
Use it at AWS or rackspace
There is an ongoing project for Drupal here : https://www.drupal.org/project/neo4j_connector
I never tested it but I know it exist.
BTW you can easy plug in by making http requests to the neo4j rest api, there are some php http clients available on github :
https://github.com/neoxygen/kwark
https://github.com/jadell/neo4jphp
I would like to know how I should deploy a Drupal site when I'm using three servers?
Is it possible to deploy it with a Drupal module or something? If it is, how does that work?
Thanks.
update: I would like to know about the deployment of files and the configuration of the servers.
you should consider using drush.
among other useful things (automatic download and update of the modules)
it has a rsync wrapper that lets you synchronize files between hosts (./drush sync)
it's also used by the project aegir which is "a set of modules for Drupal that helps you maintain several Drupal sites."