Hey how can I integrate HRMS into ERPnext?

Hi,

How to setup hrms on self hosted version? I’m not able to find any docs.

Can someone help on this?

Thank you

I’ve never used hrms before, but I do ERPNext.

Does the desk load?

Do you have any other apps installed?

App erpnext already installed

Installing hrms…
Updating DocTypes for hrms : [========================================] 100%
Setting up Frappe HR…

Patching Existing Data…
Installation for Frappe HR app failed due to an error. Please try re-installing the app or report the issue on Sign in to GitHub · GitHub if not resolved.
An error occurred while installing hrms: Error 111 connecting to 127.0.0.1:13000. Connection refused.
Traceback (most recent call last):
File “env/lib/python3.11/site-packages/redis/connection.py”, line 699, in connect
sock = self.retry.call_with_retry(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “env/lib/python3.11/site-packages/redis/retry.py”, line 46, in call_with_retry
return do()
^^^^
File “env/lib/python3.11/site-packages/redis/connection.py”, line 700, in
lambda: self._connect(), lambda error: self.disconnect(error)
^^^^^^^^^^^^^^^
File “env/lib/python3.11/site-packages/redis/connection.py”, line 1002, in _connect
raise err
File “env/lib/python3.11/site-packages/redis/connection.py”, line 990, in _connect
sock.connect(socket_address)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred: