Atena has integration with Wordpress, where users earn reputation by posting blog posts.
To create a test environment for this feature, you must:
- Install a Wordpress Application
- Install the WP Webhooks plugin
- In
Settings
>WP Webhooks
>Settings
, enableSend Data On New Post
,Send Data On Post Update
and save. - Then go to
Settings
>WP Webhooks
>Send Data
, addSend Data On New Post
andSend Data On Post Update
to urlhttp://{your-atena-url}/blog
- Have a wordpress installation, any theme can be used.
To install the plugin WP Webhooks, just go to the admin panel;
After that, just create a post and post it to score.
If you have questions about installing Wordpress locally, you can follow this tutorial.