How to remove changes and start over

Permalink
Preparing to redo a 5.6 website, I am learning the in's and out's of 5.7. I am not sure how to install a different Theme and remove all the changes I have made.

With appreciation...

Todd

rtcary
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi rtcary,

If you are looking to reset a concrete5 install, I recommend using the command line.
https://documentation.concrete5.org/developers/appendix/cli-commands...
rritz replied on at Permalink Reply
rritz
you would need ssh access? not all hosts provide it for shared
hutman replied on at Permalink Reply
hutman
Another way would be to delete all tables in the database and all the files in the /application/config directory and reinstall.
rtcary replied on at Permalink Reply
rtcary
Fortunately my development server sits alongside me so direct access is available.

I did use the command line to do the deletions. Worked perfectly.

Todd