Myddleware / myddleware

Myddleware is the customisable free open-source platform that facilitates data migration and synchonisation between applications.
http://www.myddleware.com
GNU General Public License v3.0
98 stars 50 forks source link

local installation #70

Closed ibeppo993 closed 6 years ago

ibeppo993 commented 6 years ago

I'm trying to install myddleware locally, with XAMPP, but it gives me this issue: http://prntscr.com/i4fby6 How can I solve? thanks

Myddleware commented 6 years ago

Hi, Thanks for using Myddleware. Could you try to run the php command directly in your windows command prompt. Maybe the word "php" is unknown by windows. In this case, you will have to set environment variables, could you check if php is regestered in your environment variables ? Here is something you should have (with a different path as you have to reach your php program), sorry for the french screenshot : php_variable

Please let us know if it works.

ibeppo993 commented 6 years ago

i have to set environment variable,
https://prnt.sc/i4ggjo but the issue continue. http://prntscr.com/i4gqnz thanks

Myddleware commented 6 years ago

Hi, Could you run the command php app/check.php (from you myddleware directory) in your windows prompt ? It will test you configuration and confirm that "php" work is known? Thanks.

ibeppo993 commented 6 years ago

it gives me this: http://prntscr.com/i4gwmk thanks a lot for help.

Myddleware commented 6 years ago

This is perfect ;) OK so there is probably a right problem on you cache folder for teh installation via the web page. So could you try to install Myddlewar via command by following this tutorial : https://myddleware.github.io/myddleware/#/?id=install-myddleware

If you have a problem with this command : php app/console cache:clear --env=prod You can just clear every folders (if exist) in the directory app/cache/

Please let me know if it works for you. Thanks.

nobody06 commented 6 years ago

Hi, I had the same issue, the install via command works perfect.

Thanks for Help 👍

Just one thing is wrong in the installation guide:

Create a database on your server then change these parameters in the file /myddleware/app/config/myddleware.yml

should be:

Create a database on your server then change these parameters in the file /myddleware/app/config/parameters.yml

Myddleware commented 6 years ago

Hi,

Thank you so much for your feedback. We have changed the name of the file in the toturial.

Have a nice day.