8 months ago
I installed prestashop from a template but in order to finish the configuration, I need to delete install folder an d rename the admin folder. How can I do that?
Pinned Solution
8 months ago
if you have access to the file Browse then you can use the railway dashboard's file browser to Access your PrestaShop directory and rename the admin folder.
but if not,
Use Railway’s shell or connect via SSH to your running container Navigate to your PrestaShop directory Run these commands:
rm -rf install
mv admin admin1232 Replies
8 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
8 months ago
if you have access to the file Browse then you can use the railway dashboard's file browser to Access your PrestaShop directory and rename the admin folder.
but if not,
Use Railway’s shell or connect via SSH to your running container Navigate to your PrestaShop directory Run these commands:
rm -rf install
mv admin admin123Status changed to Solved chandrika • 8 months ago