Hello,
I installed Discourse into a DO droplet and started using it for a project. Now I realize I need to make a copy of it but without content. Is there anyway I can do this without starting from scratch?
Thanks a lot!
Hello,
I installed Discourse into a DO droplet and started using it for a project. Now I realize I need to make a copy of it but without content. Is there anyway I can do this without starting from scratch?
Thanks a lot!
./launcher stop app
rm -fr /var/discourse/shared/
./launcher rebuild app
Thanks a lot Sam! Exactly what I was looking for!