HI,

I Know it is easy to clone an app within console using
$ cp /app/* -R /newapp/ or something like this

But, I am working in a project hosted in a shared poor host, where I have
access to admin via HTTPS, but I have not the SSH access.

Sometimes I need to clone an existing application for testing new features
without breaking the running app.

two things I would like to have in /admin is

[clone this app] which copy the application in to a new application with a
new name.
[rename this app] which simply change the name of the app directory

What about?

Reply via email to