Hi,
I am new to magento just starting from scarp. but I am a Senior developer with 7 years experience in different platform.
Sorry to ask you the basic questions, which is I installed Wamp server and magento 2.3 as well. Now magento admin panel is working fine in the wamp from the url : http//localhost/magento/admin..
My question : I have a exisiting source code(magento 2.3) and running succesfully in client side. Now i want to run in the same in my Wamp/magento. how to do this.
If i asked something basic, please apologize
Thanks
Solved! Go to Solution.
Hello @jaffer_hussain
As you mentioned admin panel is working fine on local so assuming you installed Magento on local in wamp server so now you can access frontend:
http:localhost/magento/
Magento 2.3 supports php 7.1.3 or greater. Just download code from client side and upload in to wamp\www\magento, import database and change database details in env.php so you can configure localhost database in app/etc/env.php
Please let me know if you need any other help. Thanks
Hi @jaffer_hussain ,
Assuming that instead of default Magento, there is one project which you need to run on your localhost. If yes, then from the GIT repository, you can make a clone of that project in WAMP folder.
Create DB in Phpmyadmin and download the project's DB tables and import those tables in it.
Once it is done, then make changes in env.php file and change the DB credentials there.
Now in "core_config_data" table, you need to make changes for two rows.
Set the localhost value for this "web/unsecure/base_url" & "web/secure/base_url".
Now, Flush the cache and do reindexing. Let me know if you are still facing any issue.
if issue solved,Click Kudos & Accept as Solution
Hello @jaffer_hussain
As you mentioned admin panel is working fine on local so assuming you installed Magento on local in wamp server so now you can access frontend:
http:localhost/magento/
Magento 2.3 supports php 7.1.3 or greater. Just download code from client side and upload in to wamp\www\magento, import database and change database details in env.php so you can configure localhost database in app/etc/env.php
Please let me know if you need any other help. Thanks
Dear Manish & Ketika
Thanks for your valuable reply.
I done by uploading the Source inside mangento folder in www also done the database changes as well. Now how to run the source in the browser?
If i try with http://localhost/Magento/. Only home page with 'CMS homepage content goes here'.
Nothing i can able to view.
Thanks again
Can you please share some screenshots? or it seems you can access only home rest other pages you can't access right?
Or you can access admin panel then try below solution:
1 Stores > Configuration > Web 2 expand the Search Engine Optimization section3 set Use Web Server Rewrites to “Yes.” 4 When complete, tap Save Config
5. Run >>>> php bin/magento setup:upgrade
Hi Manish,
Run the mentioned command. issues remain same.
Attached Magento home and stores screen shot as well.
May be i done something wrong. please suggest.
Hello @jaffer_hussain
I can not able to see attached screenshots, can you please add as a third party links for screentshots so I can check.
Thanks Manish mittal, Its working fine now. I can able to view my source.