How to use UGC Cleanup Tool | Community
Skip to main content
Level 2
October 4, 2017
Solved

How to use UGC Cleanup Tool

  • October 4, 2017
  • 1 reply
  • 1320 views

Hi All,

I downloaded UGC cleanup tool from https://github.com/andrewmkhoury/communities-srp-tools and build it and deploy.
But I don't how to use. where I need to fire "curl -X POST http://localhost:4502/services/social/srp/cleanup?path=/content/usergenerated/asi/jcr -uadmin:admin" command. Can any one guide me how to use it?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi,

If your question is how to use Curl command or how to fire it then

First, you need to download the cURL executable. For Windows 64bit, download it from here and for Windows 32bit download from here OR install Cygwin

To use it, just open the command prompt and type in: C:\curl <CURL command>

~kautuk

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
October 5, 2017

Hi,

If your question is how to use Curl command or how to fire it then

First, you need to download the cURL executable. For Windows 64bit, download it from here and for Windows 32bit download from here OR install Cygwin

To use it, just open the command prompt and type in: C:\curl <CURL command>

~kautuk

Kautuk Sahni