Delete install folder on prestashop installation
baskito
HOBBYOP

a year 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

a year 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

a year 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

a year 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 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...