Delete install folder on prestashop installation
baskito
HOBBYOP

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?

Solved$10 Bounty

Pinned Solution

idiegea21
HOBBY

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 admin123

2 Replies

Railway
BOT

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!


idiegea21
HOBBY

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 admin123

Status changed to Solved chandrika 8 months ago


Loading...